Home
last modified time | relevance | path

Searched refs:Started (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
166 if ((nhw_clkpwr_st.XO_state == Started) || (nhw_clkpwr_st.XO_state == Starting)) { in nhw_CLOCK_TASK_XOSTOP()
186 if ((nhw_clkpwr_st.PLL_state == Started) || (nhw_clkpwr_st.PLL_state == Starting)) { in nhw_CLOCK_TASK_PLLSTOP()
207 if ((nhw_clkpwr_st.LFCLK_state == Started) || (nhw_clkpwr_st.LFCLK_state == Starting)) { in nhw_CLOCK_TASK_LFCLKSTOP()
217 if (nhw_clkpwr_st.XO_state != Started) { /* LCOV_EXCL_START */ in nhw_CLOCK_TASK_CAL()
314 nhw_clkpwr_st.XO_state = Started; in NHW_CLOCK_SIDEEFFECTS_SUBSCRIBE()
332 nhw_clkpwr_st.PLL_state = Started; in nhw_CLOCK_PLLTimer_triggered()
349 nhw_clkpwr_st.LFCLK_state = Started; in nhw_CLOCK_LFCLK_triggered()
DNHW_CLOCK.c68 enum clock_states {Stopped = 0, Starting, Started, Stopping}; enumerator
279 if ((this->LF_Clock_state == Started) || (this->LF_Clock_state == Starting)) { in nhw_clock_TASKS_LFCLKSTOP()
301 if ((this->HF_Clock_state == Started) || (this->HF_Clock_state == Starting)) { in nhw_clock_TASKS_HFCLKSTOP()
344 if (this->HF_Clock_state != Started) { /* LCOV_EXCL_START */ in nhw_clock_TASKS_CAL()
350 …this->LF_cal_state = Started; //We don't check for re-triggers, as we are going to be done right a… in nhw_clock_TASKS_CAL()
359 if ( this->caltimer_state == Started ) { /* LCOV_EXCL_START */ in nhw_clock_TASKS_CTSTART()
364 this->caltimer_state = Started; in nhw_clock_TASKS_CTSTART()
467 this->HF_Clock_state = Started; in nhw_clock_HFTimer_triggered()
494 if (this->caltimer_state != Started) { /* LCOV_EXCL_START */ in nhw_clock_caltimer_triggered()