Home
last modified time | relevance | path

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

/nrf_hw_models-3.7.0/src/HW_models/
DNHW_54L_CLOCK.c65 enum clock_states {Stopped = 0, Starting, Started, Stopping}; enumerator
150 if ((nhw_clkpwr_st.XO_state == Stopped ) || (nhw_clkpwr_st.XO_state == Stopping)) { in nhw_CLOCK_TASK_XOSTART()
160 nhw_clkpwr_st.XO_state = Stopping; in nhw_CLOCK_TASK_XOSTOP()
168 if ((nhw_clkpwr_st.PLL_state == Stopped ) || (nhw_clkpwr_st.PLL_state == Stopping)) { in nhw_CLOCK_TASK_PLLSTART()
178 nhw_clkpwr_st.PLL_state = Stopping; in nhw_CLOCK_TASK_PLLSTOP()
186 if ((nhw_clkpwr_st.LFCLK_state == Stopped ) || (nhw_clkpwr_st.LFCLK_state == Stopping)) { in nhw_CLOCK_TASK_LFCLKSTART()
197 nhw_clkpwr_st.LFCLK_state = Stopping; in nhw_CLOCK_TASK_LFCLKSTOP()
211 if ((nhw_clkpwr_st.CAL_state == Stopped ) || (nhw_clkpwr_st.CAL_state == Stopping)) { in nhw_CLOCK_TASK_CAL()
219 if ((nhw_clkpwr_st.XOTUNE_state == Stopped ) || (nhw_clkpwr_st.XOTUNE_state == Stopping)) { in nhw_CLOCK_TASK_XOTUNE()
290 } else if ( nhw_clkpwr_st.XO_state == Stopping ){ in NHW_CLOCK_SIDEEFFECTS_SUBSCRIBE()
[all …]
DNHW_CLOCK.c68 enum clock_states {Stopped = 0, Starting, Started, Stopping}; enumerator
278 this->LF_Clock_state = Stopping; in nhw_clock_TASKS_LFCLKSTOP()
287 if ((this->HF_Clock_state == Stopped ) || (this->HF_Clock_state == Stopping)) { in nhw_clock_TASKS_HFCLKSTART()
300 this->HF_Clock_state = Stopping; in nhw_clock_TASKS_HFCLKSTOP()
447 } else if (this->LF_Clock_state == Stopping) { in nhw_clock_LFTimer_triggered()
471 } else if ( this->HF_Clock_state == Stopping ){ in nhw_clock_HFTimer_triggered()