STM32L443xx HAL User Manual
Defines
RTC WeekDay Definitions
RTC Exported Constants

Defines

#define RTC_WEEKDAY_MONDAY   ((uint8_t)0x01U)
#define RTC_WEEKDAY_TUESDAY   ((uint8_t)0x02U)
#define RTC_WEEKDAY_WEDNESDAY   ((uint8_t)0x03U)
#define RTC_WEEKDAY_THURSDAY   ((uint8_t)0x04U)
#define RTC_WEEKDAY_FRIDAY   ((uint8_t)0x05U)
#define RTC_WEEKDAY_SATURDAY   ((uint8_t)0x06U)
#define RTC_WEEKDAY_SUNDAY   ((uint8_t)0x07U)

Define Documentation

#define RTC_WEEKDAY_FRIDAY   ((uint8_t)0x05U)

Definition at line 424 of file stm32l4xx_hal_rtc.h.

#define RTC_WEEKDAY_MONDAY   ((uint8_t)0x01U)

Definition at line 420 of file stm32l4xx_hal_rtc.h.

#define RTC_WEEKDAY_SATURDAY   ((uint8_t)0x06U)

Definition at line 425 of file stm32l4xx_hal_rtc.h.

#define RTC_WEEKDAY_SUNDAY   ((uint8_t)0x07U)

Definition at line 426 of file stm32l4xx_hal_rtc.h.

#define RTC_WEEKDAY_THURSDAY   ((uint8_t)0x04U)

Definition at line 423 of file stm32l4xx_hal_rtc.h.

#define RTC_WEEKDAY_TUESDAY   ((uint8_t)0x02U)

Definition at line 421 of file stm32l4xx_hal_rtc.h.

#define RTC_WEEKDAY_WEDNESDAY   ((uint8_t)0x03U)

Definition at line 422 of file stm32l4xx_hal_rtc.h.