|
#define | RTC_WEEKDAY_MONDAY ((uint8_t)0x01) |
|
#define | RTC_WEEKDAY_TUESDAY ((uint8_t)0x02) |
|
#define | RTC_WEEKDAY_WEDNESDAY ((uint8_t)0x03) |
|
#define | RTC_WEEKDAY_THURSDAY ((uint8_t)0x04) |
|
#define | RTC_WEEKDAY_FRIDAY ((uint8_t)0x05) |
|
#define | RTC_WEEKDAY_SATURDAY ((uint8_t)0x06) |
|
#define | RTC_WEEKDAY_SUNDAY ((uint8_t)0x07) |
|