Searched defs:RTC_DAY_OF_WEEK (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/PC/
H A DDevRTC.cpp78 #define RTC_DAY_OF_WEEK 6 macro
294 tm->tm_wday = from_bcd(pThis, pThis->cmos_data[RTC_DAY_OF_WEEK]);
324 case RTC_DAY_OF_WEEK:
400 case RTC_DAY_OF_WEEK:
681 pThis->cmos_data[RTC_DAY_OF_WEEK] = to_bcd(pThis, tm->tm_wday);

Completed in 36 milliseconds