Home
last modified time | relevance | path

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

/nrf_hw_models-3.7.0/src/HW_models/
DNHW_54L_CLOCK.c81 static bs_time_t Timer_PWRCLK = TIME_NEVER; variable
87 Timer_PWRCLK = TIME_NEVER; in nhw_CLOCK_update_master_timer()
93 if (el_min < Timer_PWRCLK) { in nhw_CLOCK_update_master_timer()
94 Timer_PWRCLK = el_min; in nhw_CLOCK_update_master_timer()
346 if (Timer_PWRCLK == nhw_clkpwr_st.Timer_XO) { in nhw_pwrclk_timer_triggered()
348 } else if (Timer_PWRCLK == nhw_clkpwr_st.Timer_PLL) { in nhw_pwrclk_timer_triggered()
350 } else if (Timer_PWRCLK == nhw_clkpwr_st.Timer_LFCLK) { in nhw_pwrclk_timer_triggered()
352 } else if (Timer_PWRCLK == nhw_clkpwr_st.Timer_CAL) { in nhw_pwrclk_timer_triggered()
354 } else if (Timer_PWRCLK == nhw_clkpwr_st.Timer_XOTUNE) { in nhw_pwrclk_timer_triggered()
361 NSI_HW_EVENT(Timer_PWRCLK, nhw_pwrclk_timer_triggered, 50);
DNHW_CLOCK.c106 static bs_time_t Timer_PWRCLK = TIME_NEVER; variable
118 Timer_PWRCLK = TIME_NEVER; in nhw_clock_update_master_timer()
127 if (el_min < Timer_PWRCLK) { in nhw_clock_update_master_timer()
128 Timer_PWRCLK = el_min; in nhw_clock_update_master_timer()
505 if (Timer_PWRCLK == c_el->Timer_CLOCK_HF) { in nhw_pwrclk_timer_triggered()
508 } else if (Timer_PWRCLK == c_el->Timer_CLOCK_LF) { in nhw_pwrclk_timer_triggered()
511 } else if (Timer_PWRCLK == c_el->Timer_LF_cal) { in nhw_pwrclk_timer_triggered()
515 } else if (Timer_PWRCLK == c_el->Timer_caltimer) { in nhw_pwrclk_timer_triggered()
526 NSI_HW_EVENT(Timer_PWRCLK, nhw_pwrclk_timer_triggered, 50);