Searched defs:num_bytes (Results 1 – 6 of 6) sorted by relevance
| /hal_nordic-latest/nrfx/hal/ |
| D | nrf_rramc.h | 757 NRF_STATIC_INLINE void nrf_rramc_buffer_write(uint32_t address, void * src, uint32_t num_bytes) in nrf_rramc_buffer_write() 777 NRF_STATIC_INLINE void nrf_rramc_buffer_read(void * dst, uint32_t address, uint32_t num_bytes) in nrf_rramc_buffer_read()
|
| D | nrf_nvmc.h | 398 uint32_t num_bytes) in nrf_nvmc_buffer_read()
|
| /hal_nordic-latest/nrfx/haly/ |
| D | nrfy_rramc.h | 223 uint32_t num_bytes) in nrfy_rramc_bytes_write() 340 uint32_t num_bytes) in nrfy_rramc_buffer_read()
|
| /hal_nordic-latest/nrfx/drivers/include/ |
| D | nrfx_rramc.h | 308 NRFX_STATIC_INLINE void nrfx_rramc_buffer_read(void * dst, uint32_t address, uint32_t num_bytes) in nrfx_rramc_buffer_read()
|
| /hal_nordic-latest/nrfx/drivers/src/ |
| D | nrfx_rramc.c | 123 void nrfx_rramc_bytes_write(uint32_t address, void const * src, uint32_t num_bytes) in nrfx_rramc_bytes_write()
|
| D | nrfx_nvmc.c | 415 void nrfx_nvmc_bytes_write(uint32_t addr, void const * src, uint32_t num_bytes) in nrfx_nvmc_bytes_write()
|