Searched refs:nrfx_interconnect_apb_domain_get (Results 1 – 4 of 4) 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()134 NRFX_ASSERT(nrfx_interconnect_apb_domain_get(p_src_apb) == in apb_connection_remove()135 nrfx_interconnect_apb_domain_get(p_dst_apb)); in apb_connection_remove()136 NRFX_ASSERT(nrfx_interconnect_apb_domain_get(p_src_apb) == NRF_DOMAIN); in apb_connection_remove()152 NRFX_ASSERT(nrfx_interconnect_apb_domain_get(p_src_apb) == in apb_connection_create()153 nrfx_interconnect_apb_domain_get(p_dst_apb)); in apb_connection_create()154 NRFX_ASSERT(nrfx_interconnect_apb_domain_get(p_src_apb) == NRF_DOMAIN); in apb_connection_create()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()[all …]
68 nrf_domain_t nrfx_interconnect_apb_domain_get(nrfx_interconnect_apb_t const * p_apb_prop);
59 nrf_domain_t nrfx_interconnect_apb_domain_get(nrfx_interconnect_apb_t const * p_apb_prop) in nrfx_interconnect_apb_domain_get() function
97 if (nrfx_interconnect_apb_domain_get(p_apb_prop) == NRF_DOMAIN_GLOBAL) in nrfx_interconnect_ipct_get()