Home
last modified time | relevance | path

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

/external/platform/nrfx/helpers/
A Dnrfx_gppi.h218 __STATIC_INLINE void nrfx_gppi_task_endpoint_setup(uint8_t channel, uint32_t tep);
229 uint32_t tep);
373 __STATIC_INLINE void nrfx_gppi_task_endpoint_setup(uint8_t channel, uint32_t tep) in nrfx_gppi_task_endpoint_setup() argument
375 nrf_ppi_task_endpoint_setup(NRF_PPI, (nrf_ppi_channel_t)channel, tep); in nrfx_gppi_task_endpoint_setup()
380 uint32_t tep) in nrfx_gppi_channel_endpoints_setup() argument
393 (void)tep; in nrfx_gppi_task_endpoint_clear()
496 NRFX_ASSERT(tep); in nrfx_gppi_task_endpoint_setup()
502 uint32_t tep) in nrfx_gppi_channel_endpoints_setup() argument
505 nrfx_gppi_task_endpoint_setup(channel, tep); in nrfx_gppi_channel_endpoints_setup()
517 NRFX_ASSERT(tep); in nrfx_gppi_task_endpoint_clear()
[all …]
/external/platform/nrfx/hal/
A Dnrf_ppi.h206 uint32_t tep);
228 uint32_t tep);
255 uint32_t tep,
442 uint32_t tep) in nrf_ppi_channel_endpoint_setup() argument
445 p_reg->CH[(uint32_t) channel].TEP = tep; in nrf_ppi_channel_endpoint_setup()
457 uint32_t tep) in nrf_ppi_task_endpoint_setup() argument
459 p_reg->CH[(uint32_t) channel].TEP = tep; in nrf_ppi_task_endpoint_setup()
474 uint32_t tep, in nrf_ppi_channel_and_fork_endpoint_setup() argument
477 nrf_ppi_channel_endpoint_setup(p_reg, channel, eep, tep); in nrf_ppi_channel_and_fork_endpoint_setup()
/external/platform/nrfx/drivers/src/
A Dnrfx_ppi.c280 nrfx_err_t nrfx_ppi_channel_assign(nrf_ppi_channel_t channel, uint32_t eep, uint32_t tep) in nrfx_ppi_channel_assign() argument
282 if ((uint32_t *)eep == NULL || (uint32_t *)tep == NULL) in nrfx_ppi_channel_assign()
299 nrf_ppi_channel_endpoint_setup(NRF_PPI, channel, eep, tep); in nrfx_ppi_channel_assign()
303 tep); in nrfx_ppi_channel_assign()
/external/platform/nrfx/drivers/include/
A Dnrfx_ppi.h112 nrfx_err_t nrfx_ppi_channel_assign(nrf_ppi_channel_t channel, uint32_t eep, uint32_t tep);

Completed in 7 milliseconds