STM32F479xx 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 353 of file stm32f4xx_hal_rtc.h.

Referenced by HAL_RTC_GetAlarm().

#define RTC_ALARMMASK_DATEWEEKDAY   RTC_ALRMAR_MSK4

Definition at line 349 of file stm32f4xx_hal_rtc.h.

#define RTC_ALARMMASK_HOURS   RTC_ALRMAR_MSK3

Definition at line 350 of file stm32f4xx_hal_rtc.h.

#define RTC_ALARMMASK_MINUTES   RTC_ALRMAR_MSK2

Definition at line 351 of file stm32f4xx_hal_rtc.h.

#define RTC_ALARMMASK_NONE   0x00000000U

Definition at line 348 of file stm32f4xx_hal_rtc.h.

#define RTC_ALARMMASK_SECONDS   RTC_ALRMAR_MSK1

Definition at line 352 of file stm32f4xx_hal_rtc.h.