Home
last modified time | relevance | path

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

/external/platform/nrfx/helpers/
A Dnrfx_gppi.h258 __STATIC_INLINE void nrfx_gppi_fork_endpoint_setup(uint8_t channel, uint32_t fork_tep);
267 __STATIC_INLINE void nrfx_gppi_fork_endpoint_clear(uint8_t channel, uint32_t fork_tep);
398 __STATIC_INLINE void nrfx_gppi_fork_endpoint_setup(uint8_t channel, uint32_t fork_tep) in nrfx_gppi_fork_endpoint_setup() argument
400 nrf_ppi_fork_endpoint_setup(NRF_PPI, (nrf_ppi_channel_t)channel, fork_tep); in nrfx_gppi_fork_endpoint_setup()
403 __STATIC_INLINE void nrfx_gppi_fork_endpoint_clear(uint8_t channel, uint32_t fork_tep) in nrfx_gppi_fork_endpoint_clear() argument
405 (void)fork_tep; in nrfx_gppi_fork_endpoint_clear()
522 __STATIC_INLINE void nrfx_gppi_fork_endpoint_setup(uint8_t channel, uint32_t fork_tep) in nrfx_gppi_fork_endpoint_setup() argument
524 nrfx_gppi_task_endpoint_setup(channel, fork_tep); in nrfx_gppi_fork_endpoint_setup()
527 __STATIC_INLINE void nrfx_gppi_fork_endpoint_clear(uint8_t channel, uint32_t fork_tep) in nrfx_gppi_fork_endpoint_clear() argument
529 nrfx_gppi_task_endpoint_clear(channel, fork_tep); in nrfx_gppi_fork_endpoint_clear()
/external/platform/nrfx/hal/
A Dnrf_ppi.h241 uint32_t fork_tep);
256 uint32_t fork_tep);
466 uint32_t fork_tep) in nrf_ppi_fork_endpoint_setup() argument
468 p_reg->FORK[(uint32_t) channel].TEP = fork_tep; in nrf_ppi_fork_endpoint_setup()
475 uint32_t fork_tep) in nrf_ppi_channel_and_fork_endpoint_setup() argument
478 nrf_ppi_fork_endpoint_setup(p_reg, channel, fork_tep); in nrf_ppi_channel_and_fork_endpoint_setup()
/external/platform/nrfx/drivers/src/
A Dnrfx_ppi.c309 nrfx_err_t nrfx_ppi_channel_fork_assign(nrf_ppi_channel_t channel, uint32_t fork_tep) in nrfx_ppi_channel_fork_assign() argument
319 nrf_ppi_fork_endpoint_setup(NRF_PPI, channel, fork_tep); in nrfx_ppi_channel_fork_assign()
320 NRFX_LOG_INFO("Fork assigned channel: %d, task end point: %d.", channel, fork_tep); in nrfx_ppi_channel_fork_assign()
/external/platform/nrfx/drivers/include/
A Dnrfx_ppi.h124 nrfx_err_t nrfx_ppi_channel_fork_assign(nrf_ppi_channel_t channel, uint32_t fork_tep);

Completed in 11 milliseconds