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