Home
last modified time | relevance | path

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

/hal_nordic-latest/nrfx/helpers/
Dnrfx_gppi_dppi.c73 NRF_DPPI_ENDPOINT_SETUP(eep, channel); in nrfx_gppi_event_endpoint_setup()
79 NRF_DPPI_ENDPOINT_SETUP(tep, channel); in nrfx_gppi_task_endpoint_setup()
Dnrfx_gppi_dppi_ppib_lumos.c591 NRF_DPPI_ENDPOINT_SETUP(fork_tep, (uint32_t)dppi_channel); in nrfx_gppi_fork_endpoint_setup()
656 NRF_DPPI_ENDPOINT_SETUP(eep, src_dppi_channel); in nrfx_gppi_channel_endpoints_setup()
657 NRF_DPPI_ENDPOINT_SETUP(tep, dst_dppi_channel); in nrfx_gppi_channel_endpoints_setup()
Dnrfx_gppi_dppi_ppib.c547 NRF_DPPI_ENDPOINT_SETUP(fork_tep, dppi_chan); in nrfx_gppi_fork_endpoint_setup()
639 NRF_DPPI_ENDPOINT_SETUP(eep, *src_dppi_chan); in nrfx_gppi_channel_endpoints_setup()
640 NRF_DPPI_ENDPOINT_SETUP(tep, *dst_dppi_chan); in nrfx_gppi_channel_endpoints_setup()
/hal_nordic-latest/nrfx/hal/
Dnrf_dppi.h104 #if !defined(NRF_DPPI_ENDPOINT_SETUP)
105 #define NRF_DPPI_ENDPOINT_SETUP(task_or_event, dppi_chan) \ macro