Home
last modified time | relevance | path

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

/nrf_hw_models-latest/src/HW_models/
DNHW_RTC.c123 …uint64_t counter_startT_sub_us; //Time when the counter was "started" (really the time that would … member
169 rtc_st->counter_startT_sub_us = TIME_NEVER; in nhw_rtc_init()
301 if(this->counter_startT_sub_us > 0) in get_counter_match_time()
303 *next_match_sub_us = this->counter_startT_sub_us in get_counter_match_time()
398 this->counter_startT_sub_us = last_lf_tick_sub_us - counter_val_sub_us; in nhw_rtc_set_counter()
403 this->counter_startT_sub_us = 0; in nhw_rtc_set_counter()
425 this->counter_startT_sub_us = current_overflow_event_sub_us; in handle_overflow_event()
479 get_time_in_sub_us() - this->counter_startT_sub_us in nhw_rtc_update_COUNTER()
518 get_time_in_sub_us() - this->counter_startT_sub_us in nhw_rtc_TASKS_STOP()
891 if(this->counter_startT_sub_us > 0) { in nhw_rtc_start_time_get()
[all …]