Home
last modified time | relevance | path

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

/nrf_hw_models-latest/src/HW_models/
DNHW_RTC.c124 uint64_t counter_startT_negative_sub_us; member
306 else if (counter_match_sub_us > this->counter_startT_negative_sub_us) in get_counter_match_time()
308 *next_match_sub_us = counter_match_sub_us - this->counter_startT_negative_sub_us; in get_counter_match_time()
313 + counter_match_sub_us - this->counter_startT_negative_sub_us; in get_counter_match_time()
399 this->counter_startT_negative_sub_us = 0; in nhw_rtc_set_counter()
404 this->counter_startT_negative_sub_us = counter_val_sub_us - last_lf_tick_sub_us; in nhw_rtc_set_counter()
426 this->counter_startT_negative_sub_us = 0; in handle_overflow_event()
480 + this->counter_startT_negative_sub_us); in nhw_rtc_update_COUNTER()
519 …+ this->counter_startT_negative_sub_us); //we save the value when the counter was stoped in case i… in nhw_rtc_TASKS_STOP()
894 return -(int64_t)sub_us_time_to_us_time(this->counter_startT_negative_sub_us); in nhw_rtc_start_time_get()