Home
last modified time | relevance | path

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

/nrf_hw_models-3.6.0/src/HW_models/
DNRF_PPI.c74 static ppi_event_to_ch_t ppi_evt_to_ch[NUMBER_PPI_EVENTS]; variable
607 ppi_evt_to_ch[TIMER0_EVENTS_COMPARE_0].channels_mask |= ( 1 << 20 ); in set_fixed_channel_routes()
611 ppi_evt_to_ch[TIMER0_EVENTS_COMPARE_0].channels_mask |= ( 1 << 21 ); in set_fixed_channel_routes()
615 ppi_evt_to_ch[TIMER0_EVENTS_COMPARE_1].channels_mask |= ( 1 << 22 ); in set_fixed_channel_routes()
619 ppi_evt_to_ch[RADIO_EVENTS_BCMATCH].channels_mask |= ( 1 << 23 ); in set_fixed_channel_routes()
623 ppi_evt_to_ch[RADIO_EVENTS_READY].channels_mask |= ( 1 << 24 ); in set_fixed_channel_routes()
627 ppi_evt_to_ch[RADIO_EVENTS_ADDRESS].channels_mask |= ( 1 << 25 ); in set_fixed_channel_routes()
631 ppi_evt_to_ch[RADIO_EVENTS_ADDRESS].channels_mask |= ( 1 << 26 ); in set_fixed_channel_routes()
635 ppi_evt_to_ch[RADIO_EVENTS_END].channels_mask |= ( 1 << 27 ); in set_fixed_channel_routes()
639 ppi_evt_to_ch[RTC0_EVENTS_COMPARE_0].channels_mask |= ( 1 << 28 ); in set_fixed_channel_routes()
[all …]