Home
last modified time | relevance | path

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

/nrf_hw_models-latest/src/HW_models/
DNHW_GRTC.c91 static bs_time_t Timer_GRTC = TIME_NEVER; variable
195 Timer_GRTC = TIME_NEVER; in nhw_GRTC_update_master_timer()
198 if (nhw_grtc_st.CC_timers[cc] < Timer_GRTC) { in nhw_GRTC_update_master_timer()
199 Timer_GRTC = nhw_grtc_st.CC_timers[cc]; in nhw_GRTC_update_master_timer()
558 if (nhw_grtc_st.CC_timers[cc] == Timer_GRTC) { in nhw_GRTC_timer_triggered()
573 NSI_HW_EVENT(Timer_GRTC, nhw_GRTC_timer_triggered, 50);