Home
last modified time | relevance | path

Searched defs:num_bytes (Results 1 – 6 of 6) sorted by relevance

/hal_nordic-latest/nrfx/hal/
Dnrf_rramc.h757 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()
Dnrf_nvmc.h398 uint32_t num_bytes) in nrf_nvmc_buffer_read()
/hal_nordic-latest/nrfx/haly/
Dnrfy_rramc.h223 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/
Dnrfx_rramc.h308 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/
Dnrfx_rramc.c123 void nrfx_rramc_bytes_write(uint32_t address, void const * src, uint32_t num_bytes) in nrfx_rramc_bytes_write()
Dnrfx_nvmc.c415 void nrfx_nvmc_bytes_write(uint32_t addr, void const * src, uint32_t num_bytes) in nrfx_nvmc_bytes_write()