| /hal_nordic-latest/nrfx/hal/ |
| D | nrf_rramc.h | 129 uint32_t address; ///< Start address of the region. member 742 NRF_STATIC_INLINE void nrf_rramc_byte_write(uint32_t address, uint8_t value) in nrf_rramc_byte_write() 747 NRF_STATIC_INLINE void nrf_rramc_halfword_write(uint32_t address, uint16_t value) in nrf_rramc_halfword_write() 752 NRF_STATIC_INLINE void nrf_rramc_word_write(uint32_t address, uint32_t value) in nrf_rramc_word_write() 757 NRF_STATIC_INLINE void nrf_rramc_buffer_write(uint32_t address, void * src, uint32_t num_bytes) in nrf_rramc_buffer_write() 762 NRF_STATIC_INLINE uint8_t nrf_rramc_byte_read(uint32_t address) in nrf_rramc_byte_read() 767 NRF_STATIC_INLINE uint16_t nrf_rramc_halfword_read(uint32_t address) in nrf_rramc_halfword_read() 772 NRF_STATIC_INLINE uint32_t nrf_rramc_word_read(uint32_t address) in nrf_rramc_word_read() 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 | 375 NRF_STATIC_INLINE void nrf_nvmc_word_write(uint32_t address, in nrf_nvmc_word_write() 381 NRF_STATIC_INLINE uint8_t nrf_nvmc_byte_read(uint32_t address) in nrf_nvmc_byte_read() 386 NRF_STATIC_INLINE uint16_t nrf_nvmc_halfword_read(uint32_t address) in nrf_nvmc_halfword_read() 391 NRF_STATIC_INLINE uint32_t nrf_nvmc_word_read(uint32_t address) in nrf_nvmc_word_read() 397 uint32_t address, in nrf_nvmc_buffer_read()
|
| D | nrf_mpc.h | 828 uint32_t address) in nrf_mpc_region_startaddr_set() 845 uint32_t address) in nrf_mpc_region_addrmask_set() 936 uint32_t address) in nrf_mpc_override_startaddr_set() 954 uint32_t address) in nrf_mpc_override_endaddr_set()
|
| D | nrf_uicr.h | 169 uint32_t address; /**< Block start address. */ member 260 uint32_t address; /**< Peripheral address. */ member
|
| D | nrf_acl.h | 115 uint32_t address, in nrf_acl_region_set()
|
| D | nrf_resetinfo.h | 303 uint32_t address) in nrf_resetinfo_error_address_set()
|
| D | nrf_memconf.h | 472 uint8_t address) in nrf_memconf_bitline_address_set()
|
| D | nrf_twi.h | 480 NRF_STATIC_INLINE void nrf_twi_address_set(NRF_TWI_Type * p_reg, uint8_t address) in nrf_twi_address_set()
|
| D | nrf_vpr_csr.h | 373 NRF_STATIC_INLINE void nrf_vpr_csr_machine_trap_vector_table_addr_set(uint32_t address) in nrf_vpr_csr_machine_trap_vector_table_addr_set()
|
| D | nrf_radio.h | 1903 NRF_STATIC_INLINE void nrf_radio_base0_set(NRF_RADIO_Type * p_reg, uint32_t address) in nrf_radio_base0_set() 1913 NRF_STATIC_INLINE void nrf_radio_base1_set(NRF_RADIO_Type * p_reg, uint32_t address) in nrf_radio_base1_set()
|
| D | nrf_twim.h | 923 uint8_t address) in nrf_twim_address_set()
|
| /hal_nordic-latest/nrfx/haly/ |
| D | nrfy_rramc.h | 193 uint32_t address, in nrfy_rramc_byte_write() 221 uint32_t address, in nrfy_rramc_bytes_write() 247 NRFY_STATIC_INLINE uint8_t nrfy_rramc_byte_read(uint32_t address) in nrfy_rramc_byte_read() 267 uint32_t address, in nrfy_rramc_word_write() 295 uint32_t address, in nrfy_rramc_words_write() 323 NRFY_STATIC_INLINE uint32_t nrfy_rramc_word_read(uint32_t address) in nrfy_rramc_word_read() 339 uint32_t address, in nrfy_rramc_buffer_read()
|
| D | nrfy_mvdma.h | 587 uint32_t address = nrf_mvdma_last_source_address_get(p_reg); in nrfy_mvdma_last_source_address_get() local 596 uint32_t address = nrf_mvdma_last_sink_address_get(p_reg); in nrfy_mvdma_last_sink_address_get() local
|
| D | nrfy_twim.h | 600 uint8_t address) in nrfy_twim_address_set()
|
| /hal_nordic-latest/nrfx/drivers/src/ |
| D | nrfx_rramc.c | 114 void nrfx_rramc_byte_write(uint32_t address, uint8_t value) in nrfx_rramc_byte_write() 123 void nrfx_rramc_bytes_write(uint32_t address, void const * src, uint32_t num_bytes) in nrfx_rramc_bytes_write() 133 void nrfx_rramc_word_write(uint32_t address, uint32_t value) in nrfx_rramc_word_write() 143 void nrfx_rramc_words_write(uint32_t address, void const * src, uint32_t num_words) in nrfx_rramc_words_write()
|
| D | nrfx_twim.c | 98 uint8_t address; member
|
| D | nrfx_qspi.c | 124 uint32_t address, in qspi_xfer()
|
| /hal_nordic-latest/nrfx/drivers/include/ |
| D | nrfx_rramc.h | 298 NRFX_STATIC_INLINE uint8_t nrfx_rramc_byte_read(uint32_t address) in nrfx_rramc_byte_read() 303 NRFX_STATIC_INLINE uint32_t nrfx_rramc_word_read(uint32_t 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()
|
| D | nrfx_nvmc.h | 329 NRFX_STATIC_INLINE uint32_t nrfx_nvmc_uicr_word_read(uint32_t const volatile *address) in nrfx_nvmc_uicr_word_read()
|
| D | nrfx_twi.h | 149 uint8_t address; ///< Slave address. member
|
| D | nrfx_twim.h | 155 uint8_t address; ///< Slave address. member
|