Searched defs:pldm_get_date_time_resp (Results 1 – 1 of 1) sorted by relevance
108 struct pldm_get_date_time_resp { struct109 uint8_t completion_code; //!< completion code110 uint8_t seconds; //!< Seconds in BCD format111 uint8_t minutes; //!< Minutes in BCD format112 uint8_t hours; //!< Hours in BCD format113 uint8_t day; //!< Day of the month in BCD format114 uint8_t month; //!< Month in BCD format115 uint16_t year; //!< Year in BCD format