Home
last modified time | relevance | path

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

/hal_nordic-latest/nrfx/hal/
Dnrf_ipct.h348 NRF_STATIC_INLINE void nrf_ipct_subscribe_clear(NRF_IPCT_Type * p_reg, nrf_ipct_task_t task);
670 NRF_STATIC_INLINE void nrf_ipct_subscribe_clear(NRF_IPCT_Type * p_reg, nrf_ipct_task_t task) in nrf_ipct_subscribe_clear() function
/hal_nordic-latest/nrfx/helpers/
Dnrfx_gppi_dppi_ppib.c196 nrf_ipct_subscribe_clear(p_src_ipct->p_ipct, nrf_ipct_send_task_get(src_ipct_chan)); in ipct_connection_remove()