Home
last modified time | relevance | path

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

/hal_nordic-latest/nrfx/helpers/
Dnrfx_gppi_dppi_ppib.c119 return (p_src_apb != nrfx_interconnect_apb_main_get() && in is_main_connection_needed()
120 p_dst_apb != nrfx_interconnect_apb_main_get() && in is_main_connection_needed()
223 nrfy_dppi_channels_set(nrfx_interconnect_apb_main_get()->p_dppi, in dppic_channel_set()
365 chan_mask &= (nrfx_interconnect_apb_main_get()->dppi_pub_channels_mask & in local_connection_create()
366 nrfx_interconnect_apb_main_get()->dppi_sub_channels_mask & in local_connection_create()
367 (uint32_t)(*nrfx_interconnect_apb_main_get()->p_dppi_channels)); in local_connection_create()
369 else if (p_src_apb == nrfx_interconnect_apb_main_get()) in local_connection_create()
376 else if (p_dst_apb == nrfx_interconnect_apb_main_get()) in local_connection_create()
401 nrfx_interconnect_apb_main_get()->p_dppi_channels, in local_connection_create()
413 (void)channel_free(nrfx_interconnect_apb_main_get()->p_dppi_channels, *dppi_channel); in local_connection_create()
[all …]
/hal_nordic-latest/nrfx/soc/interconnect/apb/
Dnrfx_interconnect_apb.h78 nrfx_interconnect_apb_t const * nrfx_interconnect_apb_main_get(void);
Dnrfx_interconnect_apb.c87 nrfx_interconnect_apb_t const * nrfx_interconnect_apb_main_get(void) in nrfx_interconnect_apb_main_get() function