Home
last modified time | relevance | path

Searched refs:Stopped (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
112 nhw_clkpwr_st.XO_state = Stopped; in nhw_CLOCK_init()
113 nhw_clkpwr_st.LFCLK_state = Stopped; in nhw_CLOCK_init()
114 nhw_clkpwr_st.PLL_state = Stopped; in nhw_CLOCK_init()
115 nhw_clkpwr_st.CAL_state = Stopped; in nhw_CLOCK_init()
116 nhw_clkpwr_st.XOTUNE_state= Stopped; in nhw_CLOCK_init()
150 if ((nhw_clkpwr_st.XO_state == Stopped ) || (nhw_clkpwr_st.XO_state == Stopping)) { in nhw_CLOCK_TASK_XOSTART()
168 if ((nhw_clkpwr_st.PLL_state == Stopped ) || (nhw_clkpwr_st.PLL_state == Stopping)) { in nhw_CLOCK_TASK_PLLSTART()
186 if ((nhw_clkpwr_st.LFCLK_state == Stopped ) || (nhw_clkpwr_st.LFCLK_state == Stopping)) { in nhw_CLOCK_TASK_LFCLKSTART()
211 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
162 c_el->HF_Clock_state = Stopped; in nhw_clock_init()
163 c_el->LF_Clock_state = Stopped; in nhw_clock_init()
164 c_el->LF_cal_state = Stopped; in nhw_clock_init()
165 c_el->caltimer_state = Stopped; in nhw_clock_init()
287 if ((this->HF_Clock_state == Stopped ) || (this->HF_Clock_state == Stopping)) { in nhw_clock_TASKS_HFCLKSTART()
371 if ( this->caltimer_state == Stopped ) { /* LCOV_EXCL_START */ in nhw_clock_TASKS_CTSTOP()
375 this->caltimer_state = Stopped; in nhw_clock_TASKS_CTSTOP()
448 this->LF_Clock_state = Stopped; in nhw_clock_LFTimer_triggered()
472 this->HF_Clock_state = Stopped; in nhw_clock_HFTimer_triggered()
[all …]