Home
last modified time | relevance | path

Searched refs:nrf_ppib_subscribe_clear (Results 1 – 4 of 4) sorted by relevance

/hal_nordic-latest/nrfx/drivers/src/
Dnrfx_ppib.c203 nrf_ppib_subscribe_clear(p_instance->left.p_reg, nrf_ppib_send_task_get(channel)); in nrfx_ppib_channel_free()
204 nrf_ppib_subscribe_clear(p_instance->right.p_reg, nrf_ppib_send_task_get(channel)); in nrfx_ppib_channel_free()
/hal_nordic-latest/nrfx/hal/
Dnrf_ppib.h254 NRF_STATIC_INLINE void nrf_ppib_subscribe_clear(NRF_PPIB_Type * p_reg, nrf_ppib_task_t task);
339 NRF_STATIC_INLINE void nrf_ppib_subscribe_clear(NRF_PPIB_Type * p_reg, in nrf_ppib_subscribe_clear() function
/hal_nordic-latest/nrfx/drivers/include/
Dnrfx_ppib.h284 nrf_ppib_subscribe_clear(p_instance->p_reg, task); in nrfx_ppib_subscribe_clear()
/hal_nordic-latest/nrfx/helpers/
Dnrfx_gppi_dppi_ppib.c138 nrf_ppib_subscribe_clear(p_src_apb->p_ppib, in apb_connection_remove()