Searched refs:NRF_DPPI_ENDPOINT_SETUP (Results 1 – 4 of 4) sorted by relevance
73 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()
591 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()
547 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()
104 #if !defined(NRF_DPPI_ENDPOINT_SETUP)105 #define NRF_DPPI_ENDPOINT_SETUP(task_or_event, dppi_chan) \ macro