Searched refs:Stopping (Results 1 – 1 of 1) sorted by relevance
38 static enum { Stopped, Starting, Started, Stopping} HF_Clock_state = Stopped; enumerator67 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()