Lines Matching refs:address
113 void nrfx_rramc_byte_write(uint32_t address, uint8_t value);
129 void nrfx_rramc_bytes_write(uint32_t address, void const * src, uint32_t num_bytes);
144 void nrfx_rramc_word_write(uint32_t address, uint32_t value);
160 void nrfx_rramc_words_write(uint32_t address, void const * src, uint32_t num_words);
252 NRFX_STATIC_INLINE uint8_t nrfx_rramc_byte_read(uint32_t address);
264 NRFX_STATIC_INLINE uint32_t nrfx_rramc_word_read(uint32_t address);
274 NRFX_STATIC_INLINE void nrfx_rramc_buffer_read(void * dst, uint32_t address, uint32_t num_bytes);
298 NRFX_STATIC_INLINE uint8_t nrfx_rramc_byte_read(uint32_t address) in nrfx_rramc_byte_read() argument
300 return nrfy_rramc_byte_read(address); in nrfx_rramc_byte_read()
303 NRFX_STATIC_INLINE uint32_t nrfx_rramc_word_read(uint32_t address) in nrfx_rramc_word_read() argument
305 return nrfy_rramc_word_read(address); in nrfx_rramc_word_read()
308 NRFX_STATIC_INLINE void nrfx_rramc_buffer_read(void * dst, uint32_t address, uint32_t num_bytes) in nrfx_rramc_buffer_read() argument
310 nrfy_rramc_buffer_read(dst, address, num_bytes); in nrfx_rramc_buffer_read()