Home
last modified time | relevance | path

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

/nrf_hw_models-3.4.0/src/HW_models/
DNRF_PPI.c309 static const ppi_event_table_t ppi_events_table[] = { //better keep same order as in ppi_event_type… variable
631 while ( ppi_events_table[i].event_type != NUMBER_PPI_EVENTS ){ in nrf_ppi_regw_sideeffects_EEP()
632 if ( ppi_events_table[i].event_addr == (void*)NRF_PPI_regs.CH[ch_nbr].EEP ) { in nrf_ppi_regw_sideeffects_EEP()
633 ppi_evt_to_ch[ppi_events_table[i].event_type].channels_mask |= ( 1 << ch_nbr ); in nrf_ppi_regw_sideeffects_EEP()