STM32F439xx HAL User Manual
Defines
WEEK DAY
RTC Exported Constants

Defines

#define LL_RTC_WEEKDAY_MONDAY   ((uint8_t)0x01U)
#define LL_RTC_WEEKDAY_TUESDAY   ((uint8_t)0x02U)
#define LL_RTC_WEEKDAY_WEDNESDAY   ((uint8_t)0x03U)
#define LL_RTC_WEEKDAY_THURSDAY   ((uint8_t)0x04U)
#define LL_RTC_WEEKDAY_FRIDAY   ((uint8_t)0x05U)
#define LL_RTC_WEEKDAY_SATURDAY   ((uint8_t)0x06U)
#define LL_RTC_WEEKDAY_SUNDAY   ((uint8_t)0x07U)

Define Documentation

#define LL_RTC_WEEKDAY_FRIDAY   ((uint8_t)0x05U)

Friday

Definition at line 294 of file stm32f4xx_ll_rtc.h.

#define LL_RTC_WEEKDAY_MONDAY   ((uint8_t)0x01U)

Monday

Definition at line 290 of file stm32f4xx_ll_rtc.h.

Referenced by LL_RTC_DATE_StructInit().

#define LL_RTC_WEEKDAY_SATURDAY   ((uint8_t)0x06U)

Saturday

Definition at line 295 of file stm32f4xx_ll_rtc.h.

#define LL_RTC_WEEKDAY_SUNDAY   ((uint8_t)0x07U)

Sunday

Definition at line 296 of file stm32f4xx_ll_rtc.h.

#define LL_RTC_WEEKDAY_THURSDAY   ((uint8_t)0x04U)

Thrusday

Definition at line 293 of file stm32f4xx_ll_rtc.h.

#define LL_RTC_WEEKDAY_TUESDAY   ((uint8_t)0x02U)

Tuesday

Definition at line 291 of file stm32f4xx_ll_rtc.h.

#define LL_RTC_WEEKDAY_WEDNESDAY   ((uint8_t)0x03U)

Wednesday

Definition at line 292 of file stm32f4xx_ll_rtc.h.