Home
last modified time | relevance | path

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

/nrf_hw_models-3.5.0/src/HW_models/
DNHW_CLOCK.c89 enum clock_states caltimer_state; member
165 c_el->caltimer_state = Stopped; in nhw_clock_init()
356 if ( this->caltimer_state == Started ) { /* LCOV_EXCL_START */ in nhw_clock_TASKS_CTSTART()
361 this->caltimer_state = Started; in nhw_clock_TASKS_CTSTART()
371 if ( this->caltimer_state == Stopped ) { /* LCOV_EXCL_START */ in nhw_clock_TASKS_CTSTOP()
375 this->caltimer_state = Stopped; in nhw_clock_TASKS_CTSTOP()
491 if (this->caltimer_state != Started) { /* LCOV_EXCL_START */ in nhw_clock_caltimer_triggered()
494 this->caltimer_state = Stopped; in nhw_clock_caltimer_triggered()