Home
last modified time | relevance | path

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

/nrf_hw_models-latest/src/HW_models/
DNHW_54L_CLOCK.c76 enum clock_states PLL_state; member
118 nhw_clkpwr_st.PLL_state = Stopped; in nhw_CLOCK_init()
176 if ((nhw_clkpwr_st.PLL_state == Stopped ) || (nhw_clkpwr_st.PLL_state == Stopping)) { in nhw_CLOCK_TASK_PLLSTART()
177 nhw_clkpwr_st.PLL_state = Starting; in nhw_CLOCK_TASK_PLLSTART()
186 if ((nhw_clkpwr_st.PLL_state == Started) || (nhw_clkpwr_st.PLL_state == Starting)) { in nhw_CLOCK_TASK_PLLSTOP()
187 nhw_clkpwr_st.PLL_state = Stopping; in nhw_CLOCK_TASK_PLLSTOP()
331 if ( nhw_clkpwr_st.PLL_state == Starting ){ in nhw_CLOCK_PLLTimer_triggered()
332 nhw_clkpwr_st.PLL_state = Started; in nhw_CLOCK_PLLTimer_triggered()
338 } else if ( nhw_clkpwr_st.PLL_state == Stopping ){ in nhw_CLOCK_PLLTimer_triggered()
339 nhw_clkpwr_st.PLL_state = Stopped; in nhw_CLOCK_PLLTimer_triggered()