Home
last modified time | relevance | path

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

/nrf_hw_models-latest/src/nrfx/hal/
Dnrf_rramc.c37 void nrf_rramc_buffer_write(uint32_t address, void * src, uint32_t num_bytes) in nrf_rramc_buffer_write() argument
39 nhw_RRAMC_write_buffer(address, src, num_bytes); in nrf_rramc_buffer_write()
57 void nrf_rramc_buffer_read(void * dst, uint32_t address, uint32_t num_bytes) in nrf_rramc_buffer_read() argument
59 nhw_RRAMC_read_buffer(dst, address, num_bytes); in nrf_rramc_buffer_read()