Home
last modified time | relevance | path

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

/AliOS-Things-master/hardware/chip/rtl872xd/hal/pwrmgmt_hal/
A Dboard_cpu_pwr_rtc.c30 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() argument
61 *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