Home
last modified time | relevance | path

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

/nrf_hw_models-latest/src/HW_models/
DNHW_54L_CLOCK.c75 enum clock_states LFCLK_state; member
117 nhw_clkpwr_st.LFCLK_state = Stopped; in nhw_CLOCK_init()
196 if ((nhw_clkpwr_st.LFCLK_state == Stopped ) || (nhw_clkpwr_st.LFCLK_state == Stopping)) { in nhw_CLOCK_TASK_LFCLKSTART()
197 nhw_clkpwr_st.LFCLK_state = Starting; in nhw_CLOCK_TASK_LFCLKSTART()
207 if ((nhw_clkpwr_st.LFCLK_state == Started) || (nhw_clkpwr_st.LFCLK_state == Starting)) { in nhw_CLOCK_TASK_LFCLKSTOP()
208 nhw_clkpwr_st.LFCLK_state = Stopping; in nhw_CLOCK_TASK_LFCLKSTOP()
348 if ( nhw_clkpwr_st.LFCLK_state == Starting ){ in nhw_CLOCK_LFCLK_triggered()
349 nhw_clkpwr_st.LFCLK_state = Started; in nhw_CLOCK_LFCLK_triggered()
356 } else if ( nhw_clkpwr_st.LFCLK_state == Stopping ){ in nhw_CLOCK_LFCLK_triggered()
357 nhw_clkpwr_st.LFCLK_state = Stopped; in nhw_CLOCK_LFCLK_triggered()