Home
last modified time | relevance | path

Searched refs:nrfx_interconnect_apb_domain_get (Results 1 – 4 of 4) 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()
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 …]
/hal_nordic-latest/nrfx/soc/interconnect/apb/
Dnrfx_interconnect_apb.h68 nrf_domain_t nrfx_interconnect_apb_domain_get(nrfx_interconnect_apb_t const * p_apb_prop);
Dnrfx_interconnect_apb.c59 nrf_domain_t nrfx_interconnect_apb_domain_get(nrfx_interconnect_apb_t const * p_apb_prop) in nrfx_interconnect_apb_domain_get() function
/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()