Home
last modified time | relevance | path

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

/hal_nordic-latest/nrfx/drivers/src/
Dnrfx_ppib.c205 nrf_ppib_publish_clear(p_instance->left.p_reg, nrf_ppib_receive_event_get(channel)); in nrfx_ppib_channel_free()
206 nrf_ppib_publish_clear(p_instance->right.p_reg, nrf_ppib_receive_event_get(channel)); in nrfx_ppib_channel_free()
/hal_nordic-latest/nrfx/hal/
Dnrf_ppib.h273 NRF_STATIC_INLINE void nrf_ppib_publish_clear(NRF_PPIB_Type * p_reg, nrf_ppib_event_t event);
353 NRF_STATIC_INLINE void nrf_ppib_publish_clear(NRF_PPIB_Type * p_reg, in nrf_ppib_publish_clear() function
/hal_nordic-latest/nrfx/drivers/include/
Dnrfx_ppib.h297 nrf_ppib_publish_clear(p_instance->p_reg, event); in nrfx_ppib_publish_clear()
/hal_nordic-latest/nrfx/helpers/
Dnrfx_gppi_dppi_ppib.c140 nrf_ppib_publish_clear(p_dst_apb->p_ppib, in apb_connection_remove()