Searched defs:pldm_set_date_time_req (Results 1 – 1 of 1) sorted by relevance
123 struct pldm_set_date_time_req { struct124 uint8_t seconds; //!< Seconds in BCD format125 uint8_t minutes; //!< Minutes in BCD format126 uint8_t hours; //!< Hours in BCD format127 uint8_t day; //!< Day of the month in BCD format128 uint8_t month; //!< Month in BCD format129 uint16_t year; //!< Year in BCD format