Home
last modified time | relevance | path

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

/hal_nordic-latest/nrfx/helpers/
Dnrfx_gppi_dppi_ppib.c186 err_code = channel_free(p_src_ipct->p_ipct_channels, src_ipct_chan); in ipct_connection_remove()
190 err_code = channel_free(p_dst_ipct->p_ipct_channels, dst_ipct_chan); in ipct_connection_remove()
295 src_chan_mask = *p_src_ipct->p_ipct_channels & p_src_ipct->ipct_pub_channels_mask; in ipct_connection_create()
296 dst_chan_mask = *p_dst_ipct->p_ipct_channels & p_dst_ipct->ipct_sub_channels_mask; in ipct_connection_create()
297 err_code = channel_allocate(p_src_ipct->p_ipct_channels, src_ipct_channel, src_chan_mask); in ipct_connection_create()
301 err_code = channel_allocate(p_dst_ipct->p_ipct_channels, dst_ipct_channel, dst_chan_mask); in ipct_connection_create()
318 (void)channel_free(p_src_ipct->p_ipct_channels, *src_ipct_channel); in ipct_connection_create()
/hal_nordic-latest/nrfx/soc/interconnect/ipct/
Dnrfx_interconnect_ipct.h55 nrfx_atomic_t * p_ipct_channels; ///< Pointer to the mask of available IPCT channels. member
Dnrfx_interconnect_ipct_haltium_global.h110 .p_ipct_channels = &NRFX_IPCTx_CHANNELS_SINGLE_VAR_NAME_BY_INST_NUM(inst_num), \