Home
last modified time | relevance | path

Searched refs:nrf_ipct_shorts_enable (Results 1 – 2 of 2) sorted by relevance

/hal_nordic-latest/nrfx/hal/
Dnrf_ipct.h424 NRF_STATIC_INLINE void nrf_ipct_shorts_enable(NRF_IPCT_Type * p_reg, uint32_t mask);
724 NRF_STATIC_INLINE void nrf_ipct_shorts_enable(NRF_IPCT_Type * p_reg, uint32_t mask) in nrf_ipct_shorts_enable() function
/hal_nordic-latest/nrfx/helpers/
Dnrfx_gppi_dppi_ppib.c305 nrf_ipct_shorts_enable(p_src_ipct->p_ipct, NRFX_BIT(*src_ipct_channel)); in ipct_connection_create()
306 nrf_ipct_shorts_enable(p_dst_ipct->p_ipct, NRFX_BIT(*dst_ipct_channel)); in ipct_connection_create()