Searched refs:word_count (Results 1 – 1 of 1) sorted by relevance
457 uint32_t word_count = num_bytes / NVMC_BYTES_IN_WORD; in nrfx_nvmc_bytes_write() local459 nvmc_words_write(addr, (uint32_t const *)bytes_src, word_count); in nrfx_nvmc_bytes_write()461 addr += word_count * NVMC_BYTES_IN_WORD; in nrfx_nvmc_bytes_write()462 bytes_src += word_count * NVMC_BYTES_IN_WORD; in nrfx_nvmc_bytes_write()
Completed in 5 milliseconds