Home
last modified time | relevance | path

Searched refs:Started (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
159 if ((nhw_clkpwr_st.XO_state == Started) || (nhw_clkpwr_st.XO_state == Starting)) { in nhw_CLOCK_TASK_XOSTOP()
177 if ((nhw_clkpwr_st.PLL_state == Started) || (nhw_clkpwr_st.PLL_state == Starting)) { in nhw_CLOCK_TASK_PLLSTOP()
196 if ((nhw_clkpwr_st.LFCLK_state == Started) || (nhw_clkpwr_st.LFCLK_state == Starting)) { in nhw_CLOCK_TASK_LFCLKSTOP()
205 if (nhw_clkpwr_st.XO_state != Started) { /* LCOV_EXCL_START */ in nhw_CLOCK_TASK_CAL()
283 nhw_clkpwr_st.XO_state = Started; in NHW_CLOCK_SIDEEFFECTS_SUBSCRIBE()
301 nhw_clkpwr_st.PLL_state = Started; in nhw_CLOCK_PLLTimer_triggered()
318 nhw_clkpwr_st.LFCLK_state = Started; in nhw_CLOCK_LFCLK_triggered()
DNHW_CLOCK.c68 enum clock_states {Stopped = 0, Starting, Started, Stopping}; enumerator
276 if ((this->LF_Clock_state == Started) || (this->LF_Clock_state == Starting)) { in nhw_clock_TASKS_LFCLKSTOP()
298 if ((this->HF_Clock_state == Started) || (this->HF_Clock_state == Starting)) { in nhw_clock_TASKS_HFCLKSTOP()
341 if (this->HF_Clock_state != Started) { /* LCOV_EXCL_START */ in nhw_clock_TASKS_CAL()
347 …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()
356 if ( this->caltimer_state == Started ) { /* LCOV_EXCL_START */ in nhw_clock_TASKS_CTSTART()
361 this->caltimer_state = Started; in nhw_clock_TASKS_CTSTART()
464 this->HF_Clock_state = Started; in nhw_clock_HFTimer_triggered()
491 if (this->caltimer_state != Started) { /* LCOV_EXCL_START */ in nhw_clock_caltimer_triggered()