Home
last modified time | relevance | path

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

/hal_nordic-latest/nrfx/helpers/
Dnrfx_gppi_dppi_ppib.c348 chan_mask = *p_src_apb->p_dppi_channels; in local_connection_create()
354 err_code = channel_allocate(p_src_apb->p_dppi_channels, dppi_channel, chan_mask); in local_connection_create()
359 chan_mask = (*p_src_apb->p_dppi_channels & p_src_apb->dppi_pub_channels_mask) & in local_connection_create()
360 (*p_dst_apb->p_dppi_channels & p_dst_apb->dppi_sub_channels_mask); in local_connection_create()
367 (uint32_t)(*nrfx_interconnect_apb_main_get()->p_dppi_channels)); in local_connection_create()
389 err_code = channel_allocate(p_src_apb->p_dppi_channels, dppi_channel, chan_mask); in local_connection_create()
393 err_code = channel_allocate(p_dst_apb->p_dppi_channels, dppi_channel, chan_mask); in local_connection_create()
401 nrfx_interconnect_apb_main_get()->p_dppi_channels, in local_connection_create()
411 (void)channel_free(p_src_apb->p_dppi_channels, reserved_src_channel); in local_connection_create()
412 (void)channel_free(p_dst_apb->p_dppi_channels, reserved_dst_channel); in local_connection_create()
[all …]
/hal_nordic-latest/nrfx/soc/interconnect/apb/
Dnrfx_interconnect_apb.h53 nrfx_atomic_t * p_dppi_channels; ///< Pointer to the mask of available DPPI channels. member
Dnrfx_interconnect_apb_haltium_global.h109 … .p_dppi_channels = &NRFX_DPPI_CHANNELS_SINGLE_VAR_NAME_BY_INST_NUM(inst_num), \