Home
last modified time | relevance | path

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

/nrf_hw_models-latest/src/HW_models/
DNRF_PPI.c733 for ( int ch_nbr = __builtin_ffs(ch_mask) - 1; in nrf_ppi_event() local
734 ( ch_mask != 0 ) && ( ch_nbr < NUMBER_PPI_CHANNELS ) ; in nrf_ppi_event()
735 ch_nbr++ ) { in nrf_ppi_event()
736 if ( ch_mask & ( (uint32_t) 1 << ch_nbr ) ){ in nrf_ppi_event()
737 ch_mask &= ~( (uint64_t) 1 << ch_nbr ); in nrf_ppi_event()
738 if ( ppi_ch_tasks[ch_nbr].tep_f != NULL ){ in nrf_ppi_event()
739 nrf_ppi_enqueue_task(ppi_ch_tasks[ch_nbr].tep_f); in nrf_ppi_event()
741 if ( ppi_ch_tasks[ch_nbr].fork_tep_f != NULL ){ in nrf_ppi_event()
742 nrf_ppi_enqueue_task(ppi_ch_tasks[ch_nbr].fork_tep_f); in nrf_ppi_event()
756 static void find_task(void *TEP, dest_f_t *dest, int ch_nbr){ in find_task() argument
[all …]
DNRF_PPI.h349 void nrf_ppi_regw_sideeffects_TEP(int ch_nbr);
350 void nrf_ppi_regw_sideeffects_EEP(int ch_nbr);
351 void nrf_ppi_regw_sideeffects_FORK_TEP(int ch_nbr);