Home
last modified time | relevance | path

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

/nrf_hw_models-2.7.6/src/HW_models/
DNRF_CLOCK.c32 static enum { Stopped, Starting, Started, Stopping} HF_Clock_state = Stopped; enumerator
71 if ( ( HF_Clock_state == Started ) || ( HF_Clock_state == Starting ) ) { in nrf_clock_TASKS_HFCLKSTOP()
158 HF_Clock_state = Started; in nrf_clock_HFTimer_triggered()