Home
last modified time | relevance | path

Searched refs:TEP (Results 1 – 2 of 2) sorted by relevance

/nrf_hw_models-3.6.0/src/nrfx/hal/
Dnrf_ppi.c43 p_reg->CH[(uint32_t) channel].TEP = tep; in nrf_ppi_channel_endpoint_setup()
59 p_reg->CH[(uint32_t) channel].TEP = tep; in nrf_ppi_task_endpoint_setup()
67 p_reg->FORK[(uint32_t) channel].TEP = fork_tep; in nrf_ppi_fork_endpoint_setup()
/nrf_hw_models-3.6.0/src/HW_models/
DNRF_PPI.c755 static void find_task(void *TEP, dest_f_t *dest, int ch_nbr){ in find_task() argument
758 if ( ppi_tasks_table[tt].task_addr == TEP ){ in find_task()
766 TEP, ch_nbr); in find_task()
808 if ( (void*)NRF_PPI_regs.CH[ch_nbr].TEP != NULL ){ in nrf_ppi_regw_sideeffects_TEP()
809 find_task((void*)NRF_PPI_regs.CH[ch_nbr].TEP, in nrf_ppi_regw_sideeffects_TEP()
822 if ( (void*)NRF_PPI_regs.FORK[ch_nbr].TEP != NULL ){ in nrf_ppi_regw_sideeffects_FORK_TEP()
823 find_task((void*)NRF_PPI_regs.FORK[ch_nbr].TEP, in nrf_ppi_regw_sideeffects_FORK_TEP()