Home
last modified time | relevance | path

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

/nrf_hw_models-3.7.0/src/HW_models/
DNHW_CLOCK.c87 enum clock_states LF_Clock_state; member
163 c_el->LF_Clock_state = Stopped; in nhw_clock_init()
260 this->LF_Clock_state = Starting; in nhw_clock_signal_handler()
276 if ((this->LF_Clock_state == Started) || (this->LF_Clock_state == Starting)) { in nhw_clock_TASKS_LFCLKSTOP()
278 this->LF_Clock_state = Stopping; in nhw_clock_TASKS_LFCLKSTOP()
440 if (this->LF_Clock_state == Starting) { /* LCOV_EXCL_BR_LINE */ in nhw_clock_LFTimer_triggered()
447 } else if (this->LF_Clock_state == Stopping) { in nhw_clock_LFTimer_triggered()
448 this->LF_Clock_state = Stopped; in nhw_clock_LFTimer_triggered()