Home
last modified time | relevance | path

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

/hal_nordic-latest/nrfx/helpers/
Dnrfx_gppi_dppi_ppib.c233 (nrfx_interconnect_apb_get((uint32_t)p_src_ipct->p_ipct)); in dppic_channel_set()
235 (nrfx_interconnect_apb_get((uint32_t)p_dst_ipct->p_ipct)); in dppic_channel_set()
270 nrfx_interconnect_apb_get((uint32_t)p_src_ipct->p_ipct); in ipct_connection_create()
272 nrfx_interconnect_apb_get((uint32_t)p_dst_ipct->p_ipct); in ipct_connection_create()
532 nrfx_interconnect_apb_t const * p_apb = nrfx_interconnect_apb_get(fork_tep); in nrfx_gppi_fork_endpoint_setup()
554 nrfx_interconnect_apb_t const * p_apb = nrfx_interconnect_apb_get(fork_tep); in nrfx_gppi_fork_endpoint_clear()
576 nrfx_interconnect_apb_t const * p_src_apb = (nrfx_interconnect_apb_get(eep)); in nrfx_gppi_channel_endpoints_setup()
577 nrfx_interconnect_apb_t const * p_dst_apb = (nrfx_interconnect_apb_get(tep)); in nrfx_gppi_channel_endpoints_setup()
607 (nrfx_interconnect_apb_get((uint32_t)p_src_ipct->p_ipct)); in nrfx_gppi_channel_endpoints_setup()
609 (nrfx_interconnect_apb_get((uint32_t)p_dst_ipct->p_ipct)); in nrfx_gppi_channel_endpoints_setup()
[all …]
/hal_nordic-latest/nrfx/soc/interconnect/apb/
Dnrfx_interconnect_apb.h89 nrfx_interconnect_apb_t const * nrfx_interconnect_apb_get(uint32_t addr);
Dnrfx_interconnect_apb.c92 nrfx_interconnect_apb_t const * nrfx_interconnect_apb_get(uint32_t addr) in nrfx_interconnect_apb_get() function