Home
last modified time | relevance | path

Searched refs:NRF_DOMAIN_GLOBAL (Results 1 – 7 of 7) sorted by relevance

/hal_nordic-latest/nrfx/helpers/
Dnrfx_gppi_dppi_ppib.c116 if (nrfx_interconnect_apb_domain_get(p_src_apb) == NRF_DOMAIN_GLOBAL || in is_main_connection_needed()
117 nrfx_interconnect_apb_domain_get(p_dst_apb) == NRF_DOMAIN_GLOBAL) in is_main_connection_needed()
175 NRFX_ASSERT(nrfx_interconnect_ipct_domain_get(p_src_ipct) == NRF_DOMAIN_GLOBAL || in ipct_connection_remove()
176 nrfx_interconnect_ipct_domain_get(p_dst_ipct) == NRF_DOMAIN_GLOBAL); in ipct_connection_remove()
179 uint8_t src_ipct_chan = nrfx_interconnect_ipct_domain_get(p_src_ipct) == NRF_DOMAIN_GLOBAL ? in ipct_connection_remove()
182 uint8_t dst_ipct_chan = nrfx_interconnect_ipct_domain_get(p_dst_ipct) == NRF_DOMAIN_GLOBAL ? in ipct_connection_remove()
209 uint8_t src_dppi_chan = nrfx_interconnect_apb_domain_get(p_src_apb) == NRF_DOMAIN_GLOBAL ? in dppic_channel_set()
212 uint8_t dst_dppi_chan = nrfx_interconnect_apb_domain_get(p_dst_apb) == NRF_DOMAIN_GLOBAL ? in dppic_channel_set()
259 NRFX_ASSERT(nrfx_interconnect_ipct_domain_get(p_src_ipct) == NRF_DOMAIN_GLOBAL || in ipct_connection_create()
260 nrfx_interconnect_ipct_domain_get(p_dst_ipct) == NRF_DOMAIN_GLOBAL); in ipct_connection_create()
[all …]
/hal_nordic-latest/nrfx/mdk/
Dhaltium_interim.h41 #define NRF_DOMAIN_COUNT NRF_DOMAIN_GLOBAL + 1
Dnrf9230_engb_types.h82NRF_DOMAIN_GLOBAL = 15, /*!< Global Domain … enumerator
Dnrf54h20_types.h82NRF_DOMAIN_GLOBAL = 15, /*!< Global Domain … enumerator
Dnrf9230_enga_types.h82NRF_DOMAIN_GLOBAL = 15, /*!< Global Domain … enumerator
/hal_nordic-latest/nrfx/soc/interconnect/ipct/
Dnrfx_interconnect_ipct.c97 if (nrfx_interconnect_apb_domain_get(p_apb_prop) == NRF_DOMAIN_GLOBAL) in nrfx_interconnect_ipct_get()
/hal_nordic-latest/nrfx/soc/interconnect/apb/
Dnrfx_interconnect_apb.c97 if (domain == NRF_DOMAIN_GLOBAL) in nrfx_interconnect_apb_get()