Home
last modified time | relevance | path

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

/nrf_hw_models-latest/src/HW_models/
DNHW_54L_CLOCK.c65 enum clock_states {Stopped = 0, Starting, Started, Stopping}; enumerator
116 nhw_clkpwr_st.XO_state = Stopped; in nhw_CLOCK_init()
117 nhw_clkpwr_st.LFCLK_state = Stopped; in nhw_CLOCK_init()
118 nhw_clkpwr_st.PLL_state = Stopped; in nhw_CLOCK_init()
119 nhw_clkpwr_st.CAL_state = Stopped; in nhw_CLOCK_init()
120 nhw_clkpwr_st.XOTUNE_state= Stopped; in nhw_CLOCK_init()
156 if ((nhw_clkpwr_st.XO_state == Stopped ) || (nhw_clkpwr_st.XO_state == Stopping)) { in nhw_CLOCK_TASK_XOSTART()
176 if ((nhw_clkpwr_st.PLL_state == Stopped ) || (nhw_clkpwr_st.PLL_state == Stopping)) { in nhw_CLOCK_TASK_PLLSTART()
196 if ((nhw_clkpwr_st.LFCLK_state == Stopped ) || (nhw_clkpwr_st.LFCLK_state == Stopping)) { in nhw_CLOCK_TASK_LFCLKSTART()
223 if ((nhw_clkpwr_st.CAL_state == Stopped ) || (nhw_clkpwr_st.CAL_state == Stopping)) { in nhw_CLOCK_TASK_CAL()
[all …]
DNHW_CLOCK.c68 enum clock_states {Stopped = 0, Starting, Started, Stopping}; enumerator
165 c_el->HF_Clock_state = Stopped; in nhw_clock_init()
166 c_el->LF_Clock_state = Stopped; in nhw_clock_init()
167 c_el->LF_cal_state = Stopped; in nhw_clock_init()
168 c_el->caltimer_state = Stopped; in nhw_clock_init()
290 if ((this->HF_Clock_state == Stopped ) || (this->HF_Clock_state == Stopping)) { in nhw_clock_TASKS_HFCLKSTART()
374 if ( this->caltimer_state == Stopped ) { /* LCOV_EXCL_START */ in nhw_clock_TASKS_CTSTOP()
378 this->caltimer_state = Stopped; in nhw_clock_TASKS_CTSTOP()
451 this->LF_Clock_state = Stopped; in nhw_clock_LFTimer_triggered()
475 this->HF_Clock_state = Stopped; in nhw_clock_HFTimer_triggered()
[all …]