STM32F769IDiscovery  1.00
uDANTE Audio Networking with STM32F7 DISCO board
Macros
RTC Alarm Mask Definitions

Macros

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

Detailed Description

Macro Definition Documentation

#define RTC_ALARMMASK_ALL   ((uint32_t)0x80808080U)

Definition at line 318 of file stm32f7xx_hal_rtc.h.

#define RTC_ALARMMASK_DATEWEEKDAY   RTC_ALRMAR_MSK4

Definition at line 314 of file stm32f7xx_hal_rtc.h.

#define RTC_ALARMMASK_HOURS   RTC_ALRMAR_MSK3

Definition at line 315 of file stm32f7xx_hal_rtc.h.

#define RTC_ALARMMASK_MINUTES   RTC_ALRMAR_MSK2

Definition at line 316 of file stm32f7xx_hal_rtc.h.

#define RTC_ALARMMASK_NONE   ((uint32_t)0x00000000U)

Definition at line 313 of file stm32f7xx_hal_rtc.h.

#define RTC_ALARMMASK_SECONDS   RTC_ALRMAR_MSK1

Definition at line 317 of file stm32f7xx_hal_rtc.h.