Lines Matching refs:address
193 uint32_t address, in nrfy_rramc_byte_write() argument
204 __nrfy_internal_rramc_byte_write(p_reg, address, value); in nrfy_rramc_byte_write()
221 uint32_t address, in nrfy_rramc_bytes_write() argument
235 __nrfy_internal_rramc_byte_write(p_reg, address + i, ((uint8_t const *)src)[i]); in nrfy_rramc_bytes_write()
247 NRFY_STATIC_INLINE uint8_t nrfy_rramc_byte_read(uint32_t address) in nrfy_rramc_byte_read() argument
250 uint8_t byte = nrf_rramc_byte_read(address); in nrfy_rramc_byte_read()
267 uint32_t address, in nrfy_rramc_word_write() argument
278 __nrfy_internal_rramc_word_write(p_reg, address, value); in nrfy_rramc_word_write()
295 uint32_t address, in nrfy_rramc_words_write() argument
310 address + (NRFY_RRAMC_BYTES_IN_WORD * i), in nrfy_rramc_words_write()
323 NRFY_STATIC_INLINE uint32_t nrfy_rramc_word_read(uint32_t address) in nrfy_rramc_word_read() argument
326 uint32_t word = nrf_rramc_word_read(address); in nrfy_rramc_word_read()
339 uint32_t address, in nrfy_rramc_buffer_read() argument
343 nrf_rramc_buffer_read(dst, address, num_bytes); in nrfy_rramc_buffer_read()