Home
last modified time | relevance | path

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

/hal_nordic-latest/nrfx/helpers/
Dnrfx_gppi_dppi.c98 NRF_DPPI_ENDPOINT_CLEAR(eep); in nrfx_gppi_event_endpoint_clear()
105 NRF_DPPI_ENDPOINT_CLEAR(tep); in nrfx_gppi_task_endpoint_clear()
Dnrfx_gppi_dppi_ppib_lumos.c607 NRF_DPPI_ENDPOINT_CLEAR(fork_tep); in nrfx_gppi_fork_endpoint_clear()
664 NRF_DPPI_ENDPOINT_CLEAR(eep); in nrfx_gppi_channel_endpoints_clear()
665 NRF_DPPI_ENDPOINT_CLEAR(tep); in nrfx_gppi_channel_endpoints_clear()
Dnrfx_gppi_dppi_ppib.c567 NRF_DPPI_ENDPOINT_CLEAR(fork_tep); in nrfx_gppi_fork_endpoint_clear()
706 NRF_DPPI_ENDPOINT_CLEAR(eep); in nrfx_gppi_channel_endpoints_clear()
707 NRF_DPPI_ENDPOINT_CLEAR(tep); in nrfx_gppi_channel_endpoints_clear()
/hal_nordic-latest/nrfx/hal/
Dnrf_dppi.h116 #if !defined(NRF_DPPI_ENDPOINT_CLEAR)
117 #define NRF_DPPI_ENDPOINT_CLEAR(task_or_event) \ macro