Home
last modified time | relevance | path

Searched refs:leading_bytes (Results 1 – 1 of 1) sorted by relevance

/hal_nordic-latest/nrfx/drivers/src/
Dnrfx_nvmc.c426 uint32_t leading_bytes = NVMC_BYTES_IN_WORD - unaligned_bytes; in nrfx_nvmc_bytes_write() local
427 if (leading_bytes > num_bytes) in nrfx_nvmc_bytes_write()
429 leading_bytes = num_bytes; in nrfx_nvmc_bytes_write()
433 partial_word_create(addr, bytes_src, leading_bytes)); in nrfx_nvmc_bytes_write()
434 num_bytes -= leading_bytes; in nrfx_nvmc_bytes_write()
435 addr += leading_bytes; in nrfx_nvmc_bytes_write()
436 bytes_src += leading_bytes; in nrfx_nvmc_bytes_write()