Home
last modified time | relevance | path

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

/nrf_hw_models-latest/src/HW_models/
DNHW_54L_CLOCK.c74 enum clock_states XO_state; member
116 nhw_clkpwr_st.XO_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()
157 nhw_clkpwr_st.XO_state = Starting; in nhw_CLOCK_TASK_XOSTART()
166 if ((nhw_clkpwr_st.XO_state == Started) || (nhw_clkpwr_st.XO_state == Starting)) { in nhw_CLOCK_TASK_XOSTOP()
167 nhw_clkpwr_st.XO_state = Stopping; in nhw_CLOCK_TASK_XOSTOP()
217 if (nhw_clkpwr_st.XO_state != Started) { /* LCOV_EXCL_START */ in nhw_CLOCK_TASK_CAL()
313 if ( nhw_clkpwr_st.XO_state == Starting ){ in NHW_CLOCK_SIDEEFFECTS_SUBSCRIBE()
314 nhw_clkpwr_st.XO_state = Started; in NHW_CLOCK_SIDEEFFECTS_SUBSCRIBE()
321 } else if ( nhw_clkpwr_st.XO_state == Stopping ){ in NHW_CLOCK_SIDEEFFECTS_SUBSCRIBE()
[all …]