Searched defs:BCDTime (Results 1 – 1 of 1) sorted by relevance
14 struct BCDTime struct16 uint8_t yearMSB;17 uint8_t yearLSB;18 uint8_t month;19 uint8_t day;20 uint8_t hour;21 uint8_t minutes;22 uint8_t seconds;23 uint8_t hundredths;25 BCDTime() : in BCDTime() function[all …]