STM32L486xx HAL User Manual
Defines
RTC Alarm Mask Definitions
RTC Exported Constants

Defines

#define RTC_ALARMMASK_NONE   ((uint32_t)0x00000000)
#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   ((uint32_t)0x80808080)

Define Documentation

#define RTC_ALARMMASK_ALL   ((uint32_t)0x80808080)

Definition at line 380 of file stm32l4xx_hal_rtc.h.

Referenced by HAL_RTC_GetAlarm().

#define RTC_ALARMMASK_DATEWEEKDAY   RTC_ALRMAR_MSK4

Definition at line 376 of file stm32l4xx_hal_rtc.h.

#define RTC_ALARMMASK_HOURS   RTC_ALRMAR_MSK3

Definition at line 377 of file stm32l4xx_hal_rtc.h.

#define RTC_ALARMMASK_MINUTES   RTC_ALRMAR_MSK2

Definition at line 378 of file stm32l4xx_hal_rtc.h.

#define RTC_ALARMMASK_NONE   ((uint32_t)0x00000000)

Definition at line 375 of file stm32l4xx_hal_rtc.h.

#define RTC_ALARMMASK_SECONDS   RTC_ALRMAR_MSK1

Definition at line 379 of file stm32l4xx_hal_rtc.h.