Home
last modified time | relevance | path

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

/hal_nordic-latest/nrfx/soc/interconnect/apb/
Dnrfx_interconnect_apb.c61 return (nrf_domain_t)nrf_address_domain_get((uint32_t)p_apb_prop->p_dppi); in nrfx_interconnect_apb_domain_get()
94 nrf_domain_t domain = (nrf_domain_t)nrf_address_domain_get(addr); in nrfx_interconnect_apb_get()
/hal_nordic-latest/nrfx/hal/
Dnrf_common.h189 NRF_STATIC_INLINE uint8_t nrf_address_domain_get(uint32_t addr);
245 NRF_STATIC_INLINE uint8_t nrf_address_domain_get(uint32_t addr) in nrf_address_domain_get() function
/hal_nordic-latest/nrfx/soc/interconnect/ipct/
Dnrfx_interconnect_ipct.c62 return (nrf_domain_t)nrf_address_domain_get((uint32_t)p_ipct_prop->p_ipct); in nrfx_interconnect_ipct_domain_get()