Searched refs:num_words (Results 1 – 5 of 5) sorted by relevance
| /hal_nordic-latest/nrfx/drivers/src/ |
| D | nrfx_rramc.c | 143 void nrfx_rramc_words_write(uint32_t address, void const * src, uint32_t num_words) in nrfx_rramc_words_write() argument 148 NRFX_ASSERT(fit_in_memory(address, true, (num_words * NRFY_RRAMC_BYTES_IN_WORD))); in nrfx_rramc_words_write() 152 nrfy_rramc_words_write(NRF_RRAMC, address, src, num_words); in nrfx_rramc_words_write()
|
| D | nrfx_nvmc.c | 253 static void nvmc_words_write(uint32_t addr, void const * src, uint32_t num_words) in nvmc_words_write() argument 255 for (uint32_t i = 0; i < num_words; i++) in nvmc_words_write() 477 void nrfx_nvmc_words_write(uint32_t addr, void const * src, uint32_t num_words) in nrfx_nvmc_words_write() argument 485 nvmc_words_write(addr, src, num_words); in nrfx_nvmc_words_write()
|
| /hal_nordic-latest/nrfx/drivers/include/ |
| D | nrfx_nvmc.h | 250 void nrfx_nvmc_words_write(uint32_t address, void const * src, uint32_t num_words);
|
| D | nrfx_rramc.h | 160 void nrfx_rramc_words_write(uint32_t address, void const * src, uint32_t num_words);
|
| /hal_nordic-latest/nrfx/haly/ |
| D | nrfy_rramc.h | 297 uint32_t num_words) in nrfy_rramc_words_write() argument 307 for (uint32_t i = 0; i < num_words; i++) in nrfy_rramc_words_write()
|