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

Defines

#define RTC_ALARMDATEWEEKDAYSEL_DATE   ((uint32_t)0x00000000)
#define RTC_ALARMDATEWEEKDAYSEL_WEEKDAY   ((uint32_t)0x40000000)

Define Documentation

#define RTC_ALARMDATEWEEKDAYSEL_DATE   ((uint32_t)0x00000000)

Definition at line 365 of file stm32l4xx_hal_rtc.h.

Referenced by HAL_RTC_SetAlarm(), and HAL_RTC_SetAlarm_IT().

#define RTC_ALARMDATEWEEKDAYSEL_WEEKDAY   ((uint32_t)0x40000000)

Definition at line 366 of file stm32l4xx_hal_rtc.h.