Home
last modified time | relevance | path

Searched defs:addr (Results 1 – 22 of 22) sorted by relevance

/hal_nordic-latest/nrfx/drivers/src/
Dnrfx_nvmc.c148 static bool is_page_aligned_check(uint32_t addr) in is_page_aligned_check()
154 __STATIC_INLINE bool is_halfword_aligned(uint32_t addr) in is_halfword_aligned()
159 __STATIC_INLINE bool is_valid_address(uint32_t addr, bool uicr_allowed) in is_valid_address()
178 static uint32_t partial_word_create(uint32_t addr, uint8_t const * bytes, uint32_t bytes_count) in partial_word_create()
239 static void nvmc_word_write(uint32_t addr, uint32_t value) in nvmc_word_write()
253 static void nvmc_words_write(uint32_t addr, void const * src, uint32_t num_words) in nvmc_words_write()
261 nrfx_err_t nrfx_nvmc_page_erase(uint32_t addr) in nrfx_nvmc_page_erase()
303 nrfx_err_t nrfx_nvmc_page_partial_erase_init(uint32_t addr, uint32_t duration_ms) in nrfx_nvmc_page_partial_erase_init()
349 bool nrfx_nvmc_byte_writable_check(uint32_t addr, uint8_t val_to_check) in nrfx_nvmc_byte_writable_check()
357 bool nrfx_nvmc_halfword_writable_check(uint32_t addr, uint16_t val_to_check) in nrfx_nvmc_halfword_writable_check()
[all …]
Dnrfx_rramc.c69 NRFX_STATIC_INLINE bool is_valid_address(uint32_t addr, bool uicr_allowed) in is_valid_address()
87 NRFX_STATIC_INLINE bool fit_in_memory(uint32_t addr, bool uicr_allowed, uint32_t bytes) in fit_in_memory()
/hal_nordic-latest/nrfx/hal/
Dnrf_common.h245 NRF_STATIC_INLINE uint8_t nrf_address_domain_get(uint32_t addr) in nrf_address_domain_get()
252 NRF_STATIC_INLINE nrf_region_t nrf_address_region_get(uint32_t addr) in nrf_address_region_get()
259 NRF_STATIC_INLINE bool nrf_address_security_get(uint32_t addr) in nrf_address_security_get()
266 NRF_STATIC_INLINE uint8_t nrf_address_bus_get(uint32_t addr, size_t size) in nrf_address_bus_get()
273 NRF_STATIC_INLINE uint8_t nrf_address_slave_get(uint32_t addr) in nrf_address_slave_get()
280 NRF_STATIC_INLINE uint16_t nrf_address_periphid_get(uint32_t addr) in nrf_address_periphid_get()
Dnrf_ramc.h177 NRF_STATIC_INLINE void nrf_ramc_secbase_set(NRF_RAMC_Type * p_reg, uint32_t addr) in nrf_ramc_secbase_set()
Dnrf_cache.h876 NRF_STATIC_INLINE void nrf_cache_lineaddr_set(NRF_CACHE_Type * p_reg, uint32_t addr) in nrf_cache_lineaddr_set()
Dnrf_twis.h884 nrf_twis_address_t addr) in nrf_twis_address_set()
/hal_nordic-latest/nrfx/drivers/include/
Dnrfx_twim.h163 #define NRFX_TWIM_XFER_DESC(transfer, addr, p_buf1, buf_len1, p_buf2, buf_len2) \ argument
174 #define NRFX_TWIM_XFER_DESC_TX(addr, p_data, length) \ argument
178 #define NRFX_TWIM_XFER_DESC_RX(addr, p_data, length) \ argument
182 #define NRFX_TWIM_XFER_DESC_TXRX(addr, p_tx, tx_len, p_rx, rx_len) \ argument
186 #define NRFX_TWIM_XFER_DESC_TXTX(addr, p_tx, tx_len, p_tx2, tx_len2) \ argument
Dnrfx_twi.h158 #define NRFX_TWI_XFER_DESC_TX(addr, p_data, length) \ argument
169 #define NRFX_TWI_XFER_DESC_RX(addr, p_data, length) \ argument
180 #define NRFX_TWI_XFER_DESC_TXRX(addr, p_tx, tx_len, p_rx, rx_len) \ argument
191 #define NRFX_TWI_XFER_DESC_TXTX(addr, p_tx, tx_len, p_tx2, tx_len2) \ argument
Dnrfx_qspi.h161 uint32_t addr; /**< Erase start address. */ member
170 uint32_t addr; /**< Transfer start address. */ member
Dnrfx_twis.h132 …uint32_t addr[2]; ///< Set addresses that this slave should respond. Set 0 t… member
Dnrfx_usbd.h219 uint32_t addr; //!< Numeric value used internally by the driver. member
/hal_nordic-latest/nrfs/src/services/
Dnrfs_diag.c33 nrfs_err_t nrfs_diag_reg_read(uint32_t addr, void *p_context) in nrfs_diag_reg_read()
50 nrfs_err_t nrfs_diag_reg_write(uint32_t addr, uint32_t val, void *p_context) in nrfs_diag_reg_write()
Dnrfs_pmic.c263 nrfs_err_t nrfs_pmic_test_if_read(uint16_t addr, void *p_context) in nrfs_pmic_test_if_read()
280 nrfs_err_t nrfs_pmic_test_if_write(uint16_t addr, uint8_t val, void *p_context) in nrfs_pmic_test_if_write()
/hal_nordic-latest/nrfs/include/internal/services/
Dnrfs_diag.h26 uint32_t addr; /** Register address. */ member
33 uint32_t addr; /** Register address. */ member
Dnrfs_pmic.h57 uint16_t addr; /** Register address */ member
/hal_nordic-latest/drivers/nrf_802154/driver/src/mac_features/
Dnrf_802154_ifs.c144 const uint8_t * addr; in is_ifs_needed_by_address() local
302 const uint8_t * addr; in nrf_802154_ifs_transmitted_hook() local
/hal_nordic-latest/drivers/nrf_802154/driver/src/mac_features/ack_generator/
Dnrf_802154_ack_data.c76 uint8_t addr[SHORT_ADDRESS_SIZE]; /// Short address of peer node. member
83 uint8_t addr[EXTENDED_ADDRESS_SIZE]; /// Extended address of peer node. member
/hal_nordic-latest/nrfx/haly/
Dnrfy_rramc.h682 uint32_t addr, in __nrfy_internal_rramc_byte_write()
695 uint32_t addr, in __nrfy_internal_rramc_word_write()
/hal_nordic-latest/nrfs/include/services/
Dnrfs_diag.h28 uint32_t addr; /** Register address. */ member
/hal_nordic-latest/nrfx/soc/interconnect/dppic_ppib/
Dnrfx_interconnect_dppic_ppib.c153 nrf_apb_index_t nrfx_interconnect_apb_index_get(uint32_t addr) in nrfx_interconnect_apb_index_get()
/hal_nordic-latest/nrfx/soc/interconnect/apb/
Dnrfx_interconnect_apb.c92 nrfx_interconnect_apb_t const * nrfx_interconnect_apb_get(uint32_t addr) in nrfx_interconnect_apb_get()
/hal_nordic-latest/nrfx/helpers/
Dnrf_vdma.h136 #define NRFX_VDMA_PERIPH_JOB(addr, size) \ argument