Searched refs:high (Results 1 – 1 of 1) sorted by relevance
56 uint32_t low, high; in read_raw_time() local61 high = read_reg(RTC_TIME_HIGH); in read_raw_time()63 return ((uint64_t)high << 32) | low; in read_raw_time()
Completed in 2 milliseconds