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

Defines

#define LL_RTC_ALMA_DATEWEEKDAYSEL_DATE   0x00000000U
#define LL_RTC_ALMA_DATEWEEKDAYSEL_WEEKDAY   RTC_ALRMAR_WDSEL

Define Documentation

#define LL_RTC_ALMA_DATEWEEKDAYSEL_DATE   0x00000000U

Alarm A Date is selected

Definition at line 233 of file stm32f4xx_ll_rtc.h.

Referenced by LL_RTC_ALMA_Init(), and LL_RTC_ALMA_StructInit().

#define LL_RTC_ALMA_DATEWEEKDAYSEL_WEEKDAY   RTC_ALRMAR_WDSEL

Alarm A WeekDay is selected

Definition at line 234 of file stm32f4xx_ll_rtc.h.