Searched refs:TIMER_FREQ (Results 1 – 1 of 1) sorted by relevance
21 #define TIMER_FREQ 32768 macro61 *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 4 milliseconds