Home
last modified time | relevance | path

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

/nrf_hw_models-3.4.0/src/HW_models/
DNRF_PPI.c577 for ( int ch_nbr = __builtin_ffs(ch_mask) - 1; in nrf_ppi_event() local
578 ( ch_mask != 0 ) && ( ch_nbr < NUMBER_PPI_CHANNELS ) ; in nrf_ppi_event()
579 ch_nbr++ ) { in nrf_ppi_event()
580 if ( ch_mask & ( 1 << ch_nbr ) ){ in nrf_ppi_event()
581 ch_mask &= ~( (uint64_t) 1 << ch_nbr ); in nrf_ppi_event()
582 if ( ppi_ch_tasks[ch_nbr].tep_f != NULL ){ in nrf_ppi_event()
583 ppi_ch_tasks[ch_nbr].tep_f(); in nrf_ppi_event()
585 if ( ppi_ch_tasks[ch_nbr].fork_tep_f != NULL ){ in nrf_ppi_event()
586 ppi_ch_tasks[ch_nbr].fork_tep_f(); in nrf_ppi_event()
599 static void find_task(void *TEP, dest_f_t *dest, int ch_nbr){ in find_task() argument
[all …]
DNRF_PPI.h317 void nrf_ppi_regw_sideeffects_TEP(int ch_nbr);
318 void nrf_ppi_regw_sideeffects_EEP(int ch_nbr);
319 void nrf_ppi_regw_sideeffects_FORK_TEP(int ch_nbr);