Home
last modified time | relevance | path

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

/AliOS-Things-master/hardware/chip/rtl872xd/hal/pwrmgmt_hal/
A Dboard_cpu_pwr_rtc.c21 #define TIMER_FREQ 32768 macro
61 *pPassedUs = (timer_counter_end - timer_counter_start) * (uint64_t)1000000 / TIMER_FREQ; in rtc_one_shot_stop()
63 …PassedUs = (0xffffffff + timer_counter_end - timer_counter_start) * (uint64_t)1000000 / TIMER_FREQ; in rtc_one_shot_stop()
73 return (0xffffffff / TIMER_FREQ); in rtc_one_shot_max_seconds()

Completed in 3 milliseconds