STM32F439xx HAL User Manual
Defines
RTC Alarm Date WeekDay Definitions
RTC Exported Constants

Defines

#define RTC_ALARMDATEWEEKDAYSEL_DATE   0x00000000U
#define RTC_ALARMDATEWEEKDAYSEL_WEEKDAY   0x40000000U

Define Documentation

#define RTC_ALARMDATEWEEKDAYSEL_DATE   0x00000000U

Definition at line 311 of file stm32f4xx_hal_rtc.h.

Referenced by HAL_RTC_SetAlarm(), and HAL_RTC_SetAlarm_IT().

#define RTC_ALARMDATEWEEKDAYSEL_WEEKDAY   0x40000000U

Definition at line 312 of file stm32f4xx_hal_rtc.h.