Home
last modified time | relevance | path

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

/nrf_hw_models-3.4.0/src/HW_models/
DNRF_CLOCK.c38 static enum { Stopped, Starting, Started, Stopping} HF_Clock_state = Stopped; enumerator
67 if ( ( HF_Clock_state == Stopped ) || ( HF_Clock_state == Stopping ) ) { in nrf_clock_TASKS_HFCLKSTART()
79 HF_Clock_state = Stopping; in nrf_clock_TASKS_HFCLKSTOP()
175 } else if ( HF_Clock_state == Stopping ){ in nrf_clock_HFTimer_triggered()