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

/vbox/src/VBox/Devices/PC/
H A DDevRTC.cpp528 uint8_t u8Hr = from_bcd(pThis, pThis->cmos_data[RTC_HOURS] & 0x7f); local
531 u8Hr += 12;
536 u8Hr, u8Min, u8Sec, u8Year, u8Month, u8Day);

Completed in 46 milliseconds