Searched refs:hour (Results 1 – 2 of 2) sorted by relevance
279 hour = rtc->hour; in rtc_to_secs()282 hour &= ~0x80U; in rtc_to_secs()286 if (rtcget(rtc, hour, &ct.hour) != 0) { in rtc_to_secs()291 if ((ct.hour >= 1) && (ct.hour <= 12)) { in rtc_to_secs()303 ct.hour = 0; in rtc_to_secs()310 rtc->hour, ct.hour); in rtc_to_secs()349 uint32_t hour; in secs_to_rtc() local357 hour = ct.hour; in secs_to_rtc()365 hour = 12; in secs_to_rtc()373 hour = ct.hour % 12; in secs_to_rtc()[all …]
37 uint8_t hour; member
Completed in 6 milliseconds