STM32G474xx HAL User Manual
定义
WEEK DAY
RTC Exported Constants

定义

#define LL_RTC_WEEKDAY_MONDAY   (uint8_t)0x01
#define LL_RTC_WEEKDAY_TUESDAY   (uint8_t)0x02
#define LL_RTC_WEEKDAY_WEDNESDAY   (uint8_t)0x03
#define LL_RTC_WEEKDAY_THURSDAY   (uint8_t)0x04
#define LL_RTC_WEEKDAY_FRIDAY   (uint8_t)0x05
#define LL_RTC_WEEKDAY_SATURDAY   (uint8_t)0x06
#define LL_RTC_WEEKDAY_SUNDAY   (uint8_t)0x07

定义说明

#define LL_RTC_WEEKDAY_FRIDAY   (uint8_t)0x05

周五

Definition at line 279 of file stm32g4xx_ll_rtc.h.

#define LL_RTC_WEEKDAY_MONDAY   (uint8_t)0x01

周一

Definition at line 275 of file stm32g4xx_ll_rtc.h.

Referenced by LL_RTC_DATE_StructInit().

#define LL_RTC_WEEKDAY_SATURDAY   (uint8_t)0x06

周六

Definition at line 280 of file stm32g4xx_ll_rtc.h.

#define LL_RTC_WEEKDAY_SUNDAY   (uint8_t)0x07

周日

Definition at line 281 of file stm32g4xx_ll_rtc.h.

#define LL_RTC_WEEKDAY_THURSDAY   (uint8_t)0x04

周四

Definition at line 278 of file stm32g4xx_ll_rtc.h.

#define LL_RTC_WEEKDAY_TUESDAY   (uint8_t)0x02

周二

Definition at line 276 of file stm32g4xx_ll_rtc.h.

#define LL_RTC_WEEKDAY_WEDNESDAY   (uint8_t)0x03

周三

Definition at line 277 of file stm32g4xx_ll_rtc.h.