STM32H735xx 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 216 of file stm32h7xx_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 217 of file stm32h7xx_ll_rtc.h.