STM32F439xx HAL User Manual
Defines
RTC Alarm Mask 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   0x80808080U

Define Documentation

#define RTC_ALARMMASK_ALL   0x80808080U

Definition at line 325 of file stm32f4xx_hal_rtc.h.

Referenced by HAL_RTC_GetAlarm().

#define RTC_ALARMMASK_DATEWEEKDAY   RTC_ALRMAR_MSK4

Definition at line 321 of file stm32f4xx_hal_rtc.h.

#define RTC_ALARMMASK_HOURS   RTC_ALRMAR_MSK3

Definition at line 322 of file stm32f4xx_hal_rtc.h.

#define RTC_ALARMMASK_MINUTES   RTC_ALRMAR_MSK2

Definition at line 323 of file stm32f4xx_hal_rtc.h.

#define RTC_ALARMMASK_NONE   0x00000000U

Definition at line 320 of file stm32f4xx_hal_rtc.h.

#define RTC_ALARMMASK_SECONDS   RTC_ALRMAR_MSK1

Definition at line 324 of file stm32f4xx_hal_rtc.h.