Home
last modified time | relevance | path

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

/hal_nordic-latest/nrfx/helpers/
Dnrfx_gppi_ppi.c97 void nrfx_gppi_fork_endpoint_setup(uint8_t channel, uint32_t fork_tep) in nrfx_gppi_fork_endpoint_setup() argument
99 nrf_ppi_fork_endpoint_setup(NRF_PPI, (nrf_ppi_channel_t)channel, fork_tep); in nrfx_gppi_fork_endpoint_setup()
102 void nrfx_gppi_fork_endpoint_clear(uint8_t channel, uint32_t fork_tep) in nrfx_gppi_fork_endpoint_clear() argument
104 (void)fork_tep; in nrfx_gppi_fork_endpoint_clear()
Dnrfx_gppi_dppi.c108 void nrfx_gppi_fork_endpoint_setup(uint8_t channel, uint32_t fork_tep) in nrfx_gppi_fork_endpoint_setup() argument
110 nrfx_gppi_task_endpoint_setup(channel, fork_tep); in nrfx_gppi_fork_endpoint_setup()
113 void nrfx_gppi_fork_endpoint_clear(uint8_t channel, uint32_t fork_tep) in nrfx_gppi_fork_endpoint_clear() argument
115 nrfx_gppi_task_endpoint_clear(channel, fork_tep); in nrfx_gppi_fork_endpoint_clear()
Dnrfx_gppi_dppi_ppib.c528 void nrfx_gppi_fork_endpoint_setup(uint8_t channel, uint32_t fork_tep) in nrfx_gppi_fork_endpoint_setup() argument
530 NRFX_ASSERT(fork_tep); in nrfx_gppi_fork_endpoint_setup()
532 nrfx_interconnect_apb_t const * p_apb = nrfx_interconnect_apb_get(fork_tep); in nrfx_gppi_fork_endpoint_setup()
547 NRF_DPPI_ENDPOINT_SETUP(fork_tep, dppi_chan); in nrfx_gppi_fork_endpoint_setup()
550 void nrfx_gppi_fork_endpoint_clear(uint8_t channel, uint32_t fork_tep) in nrfx_gppi_fork_endpoint_clear() argument
552 NRFX_ASSERT(fork_tep); in nrfx_gppi_fork_endpoint_clear()
554 nrfx_interconnect_apb_t const * p_apb = nrfx_interconnect_apb_get(fork_tep); in nrfx_gppi_fork_endpoint_clear()
567 NRF_DPPI_ENDPOINT_CLEAR(fork_tep); in nrfx_gppi_fork_endpoint_clear()
Dnrfx_gppi.h293 void nrfx_gppi_fork_endpoint_setup(uint8_t channel, uint32_t fork_tep);
302 void nrfx_gppi_fork_endpoint_clear(uint8_t channel, uint32_t fork_tep);
Dnrfx_gppi_dppi_ppib_lumos.c582 void nrfx_gppi_fork_endpoint_setup(uint8_t channel, uint32_t fork_tep) in nrfx_gppi_fork_endpoint_setup() argument
591 NRF_DPPI_ENDPOINT_SETUP(fork_tep, (uint32_t)dppi_channel); in nrfx_gppi_fork_endpoint_setup()
598 void nrfx_gppi_fork_endpoint_clear(uint8_t channel, uint32_t fork_tep) in nrfx_gppi_fork_endpoint_clear() argument
607 NRF_DPPI_ENDPOINT_CLEAR(fork_tep); in nrfx_gppi_fork_endpoint_clear()
/hal_nordic-latest/nrfx/drivers/src/
Dnrfx_ppi.c190 nrfx_err_t nrfx_ppi_channel_fork_assign(nrf_ppi_channel_t channel, uint32_t fork_tep) in nrfx_ppi_channel_fork_assign() argument
200 nrf_ppi_fork_endpoint_setup(NRF_PPI, channel, fork_tep); in nrfx_ppi_channel_fork_assign()
201 NRFX_LOG_INFO("Fork assigned channel: %d, task end point: %d.", channel, fork_tep); in nrfx_ppi_channel_fork_assign()
207 (void)fork_tep; in nrfx_ppi_channel_fork_assign()
/hal_nordic-latest/nrfx/hal/
Dnrf_ppi.h243 uint32_t fork_tep);
258 uint32_t fork_tep);
483 uint32_t fork_tep) in nrf_ppi_fork_endpoint_setup() argument
485 p_reg->FORK[(uint32_t) channel].TEP = fork_tep; in nrf_ppi_fork_endpoint_setup()
492 uint32_t fork_tep) in nrf_ppi_channel_and_fork_endpoint_setup() argument
495 nrf_ppi_fork_endpoint_setup(p_reg, channel, fork_tep); in nrf_ppi_channel_and_fork_endpoint_setup()
/hal_nordic-latest/nrfx/drivers/include/
Dnrfx_ppi.h130 nrfx_err_t nrfx_ppi_channel_fork_assign(nrf_ppi_channel_t channel, uint32_t fork_tep);