Home
last modified time | relevance | path

Searched refs:Starting (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
151 nhw_clkpwr_st.XO_state = Starting; in nhw_CLOCK_TASK_XOSTART()
159 if ((nhw_clkpwr_st.XO_state == Started) || (nhw_clkpwr_st.XO_state == Starting)) { in nhw_CLOCK_TASK_XOSTOP()
169 nhw_clkpwr_st.PLL_state = Starting; in nhw_CLOCK_TASK_PLLSTART()
177 if ((nhw_clkpwr_st.PLL_state == Started) || (nhw_clkpwr_st.PLL_state == Starting)) { in nhw_CLOCK_TASK_PLLSTOP()
187 nhw_clkpwr_st.LFCLK_state = Starting; in nhw_CLOCK_TASK_LFCLKSTART()
196 if ((nhw_clkpwr_st.LFCLK_state == Started) || (nhw_clkpwr_st.LFCLK_state == Starting)) { in nhw_CLOCK_TASK_LFCLKSTOP()
212 nhw_clkpwr_st.CAL_state = Starting; in nhw_CLOCK_TASK_CAL()
220 nhw_clkpwr_st.XOTUNE_state = Starting; in nhw_CLOCK_TASK_XOTUNE()
282 if ( nhw_clkpwr_st.XO_state == Starting ){ in NHW_CLOCK_SIDEEFFECTS_SUBSCRIBE()
[all …]
DNHW_CLOCK.c68 enum clock_states {Stopped = 0, Starting, Started, Stopping}; enumerator
260 this->LF_Clock_state = Starting; in nhw_clock_signal_handler()
276 if ((this->LF_Clock_state == Started) || (this->LF_Clock_state == Starting)) { in nhw_clock_TASKS_LFCLKSTOP()
288 this->HF_Clock_state = Starting; in nhw_clock_TASKS_HFCLKSTART()
298 if ((this->HF_Clock_state == Started) || (this->HF_Clock_state == Starting)) { in nhw_clock_TASKS_HFCLKSTOP()
440 if (this->LF_Clock_state == Starting) { /* LCOV_EXCL_BR_LINE */ in nhw_clock_LFTimer_triggered()
463 if ( this->HF_Clock_state == Starting ){ in nhw_clock_HFTimer_triggered()