Home
last modified time | relevance | path

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

/nrf_hw_models-latest/src/HW_models/
DNHW_TIMER.c365 ppi_event_types_t event_cc; in nhw_timer_signal_COMPARE() local
368 event_cc = TIMER0_EVENTS_COMPARE_0; in nhw_timer_signal_COMPARE()
371 event_cc = TIMER1_EVENTS_COMPARE_0; in nhw_timer_signal_COMPARE()
374 event_cc = TIMER2_EVENTS_COMPARE_0; in nhw_timer_signal_COMPARE()
377 event_cc = TIMER3_EVENTS_COMPARE_0; in nhw_timer_signal_COMPARE()
381 event_cc = TIMER4_EVENTS_COMPARE_0; in nhw_timer_signal_COMPARE()
384 nrf_ppi_event(event_cc + cc); in nhw_timer_signal_COMPARE()