Lines Matching refs:tep
504 void nrfx_gppi_task_endpoint_setup(uint8_t channel, uint32_t tep) in nrfx_gppi_task_endpoint_setup() argument
507 (void)tep; in nrfx_gppi_task_endpoint_setup()
520 void nrfx_gppi_task_endpoint_clear(uint8_t channel, uint32_t tep) in nrfx_gppi_task_endpoint_clear() argument
523 (void)tep; in nrfx_gppi_task_endpoint_clear()
570 void nrfx_gppi_channel_endpoints_setup(uint8_t channel, uint32_t eep, uint32_t tep) in nrfx_gppi_channel_endpoints_setup() argument
572 NRFX_ASSERT(tep); in nrfx_gppi_channel_endpoints_setup()
577 nrfx_interconnect_apb_t const * p_dst_apb = (nrfx_interconnect_apb_get(tep)); in nrfx_gppi_channel_endpoints_setup()
640 NRF_DPPI_ENDPOINT_SETUP(tep, *dst_dppi_chan); in nrfx_gppi_channel_endpoints_setup()
648 void nrfx_gppi_channel_endpoints_clear(uint8_t channel, uint32_t eep, uint32_t tep) in nrfx_gppi_channel_endpoints_clear() argument
650 NRFX_ASSERT(tep); in nrfx_gppi_channel_endpoints_clear()
655 nrfx_interconnect_apb_t const * p_dst_apb = (nrfx_interconnect_apb_get(tep)); in nrfx_gppi_channel_endpoints_clear()
707 NRF_DPPI_ENDPOINT_CLEAR(tep); in nrfx_gppi_channel_endpoints_clear()