Searched refs:pPassedUs (Results 1 – 1 of 1) sorted by relevance
30 static pwr_status_t rtc_one_shot_stop(uint64_t *pPassedUs);56 static pwr_status_t rtc_one_shot_stop(uint64_t *pPassedUs) in rtc_one_shot_stop() argument61 *pPassedUs = (timer_counter_end - timer_counter_start) * (uint64_t)1000000 / TIMER_FREQ; in rtc_one_shot_stop()63 …*pPassedUs = (0xffffffff + timer_counter_end - timer_counter_start) * (uint64_t)1000000 / TIMER_FR… in rtc_one_shot_stop()
Completed in 2 milliseconds