Home
last modified time | relevance | path

Searched refs:tep (Results 1 – 8 of 8) sorted by relevance

/hal_nordic-latest/nrfx/helpers/
Dnrfx_gppi_dppi.c76 void nrfx_gppi_task_endpoint_setup(uint8_t channel, uint32_t tep) in nrfx_gppi_task_endpoint_setup() argument
78 NRFX_ASSERT(tep); in nrfx_gppi_task_endpoint_setup()
79 NRF_DPPI_ENDPOINT_SETUP(tep, channel); in nrfx_gppi_task_endpoint_setup()
82 void nrfx_gppi_channel_endpoints_setup(uint8_t channel, uint32_t eep, uint32_t tep) in nrfx_gppi_channel_endpoints_setup() argument
85 nrfx_gppi_task_endpoint_setup(channel, tep); in nrfx_gppi_channel_endpoints_setup()
88 void nrfx_gppi_channel_endpoints_clear(uint8_t channel, uint32_t eep, uint32_t tep) in nrfx_gppi_channel_endpoints_clear() argument
91 nrfx_gppi_task_endpoint_clear(channel, tep); in nrfx_gppi_channel_endpoints_clear()
101 void nrfx_gppi_task_endpoint_clear(uint8_t channel, uint32_t tep) in nrfx_gppi_task_endpoint_clear() argument
103 NRFX_ASSERT(tep); in nrfx_gppi_task_endpoint_clear()
105 NRF_DPPI_ENDPOINT_CLEAR(tep); in nrfx_gppi_task_endpoint_clear()
Dnrfx_gppi_ppi.c68 void nrfx_gppi_task_endpoint_setup(uint8_t channel, uint32_t tep) in nrfx_gppi_task_endpoint_setup() argument
70 nrf_ppi_task_endpoint_setup(NRF_PPI, (nrf_ppi_channel_t)channel, tep); in nrfx_gppi_task_endpoint_setup()
73 void nrfx_gppi_channel_endpoints_setup(uint8_t channel, uint32_t eep, uint32_t tep) in nrfx_gppi_channel_endpoints_setup() argument
75 nrf_ppi_channel_endpoint_setup(NRF_PPI, (nrf_ppi_channel_t)channel, eep, tep); in nrfx_gppi_channel_endpoints_setup()
78 void nrfx_gppi_channel_endpoints_clear(uint8_t channel, uint32_t eep, uint32_t tep) in nrfx_gppi_channel_endpoints_clear() argument
81 nrfx_gppi_task_endpoint_clear(channel, tep); in nrfx_gppi_channel_endpoints_clear()
90 void nrfx_gppi_task_endpoint_clear(uint8_t channel, uint32_t tep) in nrfx_gppi_task_endpoint_clear() argument
92 (void)tep; in nrfx_gppi_task_endpoint_clear()
Dnrfx_gppi_dppi_ppib.c504 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()
[all …]
Dnrfx_gppi.h247 void nrfx_gppi_task_endpoint_setup(uint8_t channel, uint32_t tep);
256 void nrfx_gppi_channel_endpoints_setup(uint8_t channel, uint32_t eep, uint32_t tep);
265 void nrfx_gppi_channel_endpoints_clear(uint8_t channel, uint32_t eep, uint32_t tep);
283 void nrfx_gppi_task_endpoint_clear(uint8_t channel, uint32_t tep);
Dnrfx_gppi_dppi_ppib_lumos.c558 void nrfx_gppi_task_endpoint_setup(uint8_t channel, uint32_t tep) in nrfx_gppi_task_endpoint_setup() argument
561 (void)tep; in nrfx_gppi_task_endpoint_setup()
574 void nrfx_gppi_task_endpoint_clear(uint8_t channel, uint32_t tep) in nrfx_gppi_task_endpoint_clear() argument
577 (void)tep; in nrfx_gppi_task_endpoint_clear()
614 void nrfx_gppi_channel_endpoints_setup(uint8_t channel, uint32_t eep, uint32_t tep) in nrfx_gppi_channel_endpoints_setup() argument
618 nrf_apb_index_t dst_domain = nrfx_interconnect_apb_index_get(tep); in nrfx_gppi_channel_endpoints_setup()
657 NRF_DPPI_ENDPOINT_SETUP(tep, dst_dppi_channel); in nrfx_gppi_channel_endpoints_setup()
660 void nrfx_gppi_channel_endpoints_clear(uint8_t channel, uint32_t eep, uint32_t tep) in nrfx_gppi_channel_endpoints_clear() argument
665 NRF_DPPI_ENDPOINT_CLEAR(tep); in nrfx_gppi_channel_endpoints_clear()
/hal_nordic-latest/nrfx/hal/
Dnrf_ppi.h208 uint32_t tep);
230 uint32_t tep);
257 uint32_t tep,
459 uint32_t tep) in nrf_ppi_channel_endpoint_setup() argument
462 p_reg->CH[(uint32_t) channel].TEP = tep; in nrf_ppi_channel_endpoint_setup()
474 uint32_t tep) in nrf_ppi_task_endpoint_setup() argument
476 p_reg->CH[(uint32_t) channel].TEP = tep; in nrf_ppi_task_endpoint_setup()
491 uint32_t tep, in nrf_ppi_channel_and_fork_endpoint_setup() argument
494 nrf_ppi_channel_endpoint_setup(p_reg, channel, eep, tep); in nrf_ppi_channel_and_fork_endpoint_setup()
/hal_nordic-latest/nrfx/drivers/src/
Dnrfx_ppi.c161 nrfx_err_t nrfx_ppi_channel_assign(nrf_ppi_channel_t channel, uint32_t eep, uint32_t tep) in nrfx_ppi_channel_assign() argument
163 if ((uint32_t *)eep == NULL || (uint32_t *)tep == NULL) in nrfx_ppi_channel_assign()
180 nrf_ppi_channel_endpoint_setup(NRF_PPI, channel, eep, tep); in nrfx_ppi_channel_assign()
184 tep); in nrfx_ppi_channel_assign()
/hal_nordic-latest/nrfx/drivers/include/
Dnrfx_ppi.h118 nrfx_err_t nrfx_ppi_channel_assign(nrf_ppi_channel_t channel, uint32_t eep, uint32_t tep);