Home
last modified time | relevance | path

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

/nrf_hw_models-latest/src/HW_models/
DNHW_CLOCK.c89 enum clock_states caltimer_state; member
168 c_el->caltimer_state = Stopped; in nhw_clock_init()
359 if ( this->caltimer_state == Started ) { /* LCOV_EXCL_START */ in nhw_clock_TASKS_CTSTART()
364 this->caltimer_state = Started; in nhw_clock_TASKS_CTSTART()
374 if ( this->caltimer_state == Stopped ) { /* LCOV_EXCL_START */ in nhw_clock_TASKS_CTSTOP()
378 this->caltimer_state = Stopped; in nhw_clock_TASKS_CTSTOP()
494 if (this->caltimer_state != Started) { /* LCOV_EXCL_START */ in nhw_clock_caltimer_triggered()
497 this->caltimer_state = Stopped; in nhw_clock_caltimer_triggered()