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

Defines

#define LL_RTC_ALMB_DATEWEEKDAYSEL_DATE   0x00000000U
#define LL_RTC_ALMB_DATEWEEKDAYSEL_WEEKDAY   RTC_ALRMBR_WDSEL

Define Documentation

#define LL_RTC_ALMB_DATEWEEKDAYSEL_DATE   0x00000000U

Alarm B Date is selected

Definition at line 242 of file stm32f4xx_ll_rtc.h.

Referenced by LL_RTC_ALMB_Init(), and LL_RTC_ALMB_StructInit().

#define LL_RTC_ALMB_DATEWEEKDAYSEL_WEEKDAY   RTC_ALRMBR_WDSEL

Alarm B WeekDay is selected

Definition at line 243 of file stm32f4xx_ll_rtc.h.