Searched refs:LF_Clock_state (Results 1 – 1 of 1) sorted by relevance
87 enum clock_states LF_Clock_state; member166 c_el->LF_Clock_state = Stopped; in nhw_clock_init()263 this->LF_Clock_state = Starting; in nhw_clock_signal_handler()279 if ((this->LF_Clock_state == Started) || (this->LF_Clock_state == Starting)) { in nhw_clock_TASKS_LFCLKSTOP()281 this->LF_Clock_state = Stopping; in nhw_clock_TASKS_LFCLKSTOP()443 if (this->LF_Clock_state == Starting) { /* LCOV_EXCL_BR_LINE */ in nhw_clock_LFTimer_triggered()450 } else if (this->LF_Clock_state == Stopping) { in nhw_clock_LFTimer_triggered()451 this->LF_Clock_state = Stopped; in nhw_clock_LFTimer_triggered()