Home
last modified time | relevance | path

Searched defs:BCDTime (Results 1 – 1 of 1) sorted by relevance

/openbmc/phosphor-logging/extensions/openpower-pels/
H A Dbcd_time.hpp14 struct BCDTime struct
16 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 …]