Searched refs:NRF_DOMAIN_GLOBAL (Results 1 – 7 of 7) sorted by relevance
116 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 …]
41 #define NRF_DOMAIN_COUNT NRF_DOMAIN_GLOBAL + 1
82 …NRF_DOMAIN_GLOBAL = 15, /*!< Global Domain … enumerator
97 if (nrfx_interconnect_apb_domain_get(p_apb_prop) == NRF_DOMAIN_GLOBAL) in nrfx_interconnect_ipct_get()
97 if (domain == NRF_DOMAIN_GLOBAL) in nrfx_interconnect_apb_get()