STM32L443xx HAL User Manual
Defines
RTC AlarmMask Definitions
RTC Exported Constants

Defines

#define RTC_ALARMMASK_NONE   0x00000000u
#define RTC_ALARMMASK_DATEWEEKDAY   RTC_ALRMAR_MSK4
#define RTC_ALARMMASK_HOURS   RTC_ALRMAR_MSK3
#define RTC_ALARMMASK_MINUTES   RTC_ALRMAR_MSK2
#define RTC_ALARMMASK_SECONDS   RTC_ALRMAR_MSK1
#define RTC_ALARMMASK_ALL

Define Documentation

Value:

Definition at line 450 of file stm32l4xx_hal_rtc.h.

Referenced by HAL_RTC_GetAlarm().

#define RTC_ALARMMASK_DATEWEEKDAY   RTC_ALRMAR_MSK4

Definition at line 446 of file stm32l4xx_hal_rtc.h.

#define RTC_ALARMMASK_HOURS   RTC_ALRMAR_MSK3

Definition at line 447 of file stm32l4xx_hal_rtc.h.

#define RTC_ALARMMASK_MINUTES   RTC_ALRMAR_MSK2

Definition at line 448 of file stm32l4xx_hal_rtc.h.

#define RTC_ALARMMASK_NONE   0x00000000u

Definition at line 445 of file stm32l4xx_hal_rtc.h.

#define RTC_ALARMMASK_SECONDS   RTC_ALRMAR_MSK1

Definition at line 449 of file stm32l4xx_hal_rtc.h.