Home
last modified time | relevance | path

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

/nrf_hw_models-latest/src/HW_models/
DNHW_TIMER.c56 bs_time_t start_t; //Time when the timer was started (only for timer mode) member
97 t_st->start_t = TIME_NEVER; in nhw_timer_init()
218 bs_time_t next_match = this->start_t in update_cc_timer()
270 …this->start_t = nsi_hws_get_time() - counter_to_time(this->Counter, t); //If the counter is not ze… in nhw_timer_TASK_START()
284 …this->Counter = time_to_counter(nsi_hws_get_time() - this->start_t, t); //we save the value when t… in nhw_timer_TASK_STOP()
307 this->start_t = TIME_NEVER; in nhw_timer_TASK_SHUTDOWN()
328 bs_time_t Elapsed = nsi_hws_get_time() - this->start_t; in nhw_timer_TASK_CAPTURE()
343 this->start_t = nsi_hws_get_time(); in nhw_timer_TASK_CLEAR()