Searched refs:leading_bytes (Results 1 – 1 of 1) sorted by relevance
423 uint32_t leading_bytes = NVMC_BYTES_IN_WORD - unaligned_bytes; in nrfx_nvmc_bytes_write() local424 if (leading_bytes > num_bytes) in nrfx_nvmc_bytes_write()426 leading_bytes = num_bytes; in nrfx_nvmc_bytes_write()430 partial_word_create(addr, bytes_src, leading_bytes)); in nrfx_nvmc_bytes_write()431 num_bytes -= leading_bytes; in nrfx_nvmc_bytes_write()432 addr += leading_bytes; in nrfx_nvmc_bytes_write()433 bytes_src += leading_bytes; in nrfx_nvmc_bytes_write()
Completed in 3 milliseconds