Searched defs:RtcTime (Results 1 – 1 of 1) sorted by relevance
68 struct RtcTime { struct69 uint8_t second; /**< Second. The value ranges from 0 to 59. */70 uint8_t minute; /**< Minute. The value ranges from 0 to 59. */71 uint8_t hour; /**< Hour. The value ranges from 0 to 23. */72 uint8_t day; /**< Day. The value ranges from 1 to 31. */73 …weekday; /**< Day of the week. The value ranges from 1 to 7, representing Monday to Sunday. */74 uint8_t month; /**< Month. The value ranges from 1 to 12. */75 uint16_t year; /**< Year. The value is greater than or equal to 1970. */76 …lisecond; /**< Millisecond. The value ranges from 0 to 990, with a precision of 10 milliseconds. */