Home
last modified time | relevance | path

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

/hal_nordic-latest/nrfx/hal/
Dnrf_ipct.h369 NRF_STATIC_INLINE void nrf_ipct_publish_clear(NRF_IPCT_Type * p_reg, nrf_ipct_event_t event);
683 NRF_STATIC_INLINE void nrf_ipct_publish_clear(NRF_IPCT_Type * p_reg, nrf_ipct_event_t event) in nrf_ipct_publish_clear() function
/hal_nordic-latest/nrfx/helpers/
Dnrfx_gppi_dppi_ppib.c197 nrf_ipct_publish_clear(p_dst_ipct->p_ipct, nrf_ipct_receive_event_get(dst_ipct_chan)); in ipct_connection_remove()