Searched refs:nrfx_interconnect_apb_main_get (Results 1 – 3 of 3) sorted by relevance
119 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 …]
78 nrfx_interconnect_apb_t const * nrfx_interconnect_apb_main_get(void);
87 nrfx_interconnect_apb_t const * nrfx_interconnect_apb_main_get(void) in nrfx_interconnect_apb_main_get() function