Home
last modified time | relevance | path

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

/nrf_hw_models-latest/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-latest/src/HW_models/
DNRF_PPI.c756 static void find_task(void *TEP, dest_f_t *dest, int ch_nbr){ in find_task() argument
759 if ( ppi_tasks_table[tt].task_addr == TEP ){ in find_task()
767 TEP, ch_nbr); in find_task()
809 if ( (void*)NRF_PPI_regs.CH[ch_nbr].TEP != NULL ){ in nrf_ppi_regw_sideeffects_TEP()
810 find_task((void*)NRF_PPI_regs.CH[ch_nbr].TEP, in nrf_ppi_regw_sideeffects_TEP()
823 if ( (void*)NRF_PPI_regs.FORK[ch_nbr].TEP != NULL ){ in nrf_ppi_regw_sideeffects_FORK_TEP()
824 find_task((void*)NRF_PPI_regs.FORK[ch_nbr].TEP, in nrf_ppi_regw_sideeffects_FORK_TEP()