STM32F439xx HAL User Manual
Defines
ALARMA MASK
RTC Exported Constants

Defines

#define LL_RTC_ALMA_MASK_NONE   0x00000000U
#define LL_RTC_ALMA_MASK_DATEWEEKDAY   RTC_ALRMAR_MSK4
#define LL_RTC_ALMA_MASK_HOURS   RTC_ALRMAR_MSK3
#define LL_RTC_ALMA_MASK_MINUTES   RTC_ALRMAR_MSK2
#define LL_RTC_ALMA_MASK_SECONDS   RTC_ALRMAR_MSK1
#define LL_RTC_ALMA_MASK_ALL   (RTC_ALRMAR_MSK4 | RTC_ALRMAR_MSK3 | RTC_ALRMAR_MSK2 | RTC_ALRMAR_MSK1)

Define Documentation

#define LL_RTC_ALMA_MASK_ALL   (RTC_ALRMAR_MSK4 | RTC_ALRMAR_MSK3 | RTC_ALRMAR_MSK2 | RTC_ALRMAR_MSK1)

Masks all

Definition at line 394 of file stm32f4xx_ll_rtc.h.

#define LL_RTC_ALMA_MASK_DATEWEEKDAY   RTC_ALRMAR_MSK4

Date/day do not care in Alarm A comparison

Definition at line 390 of file stm32f4xx_ll_rtc.h.

#define LL_RTC_ALMA_MASK_HOURS   RTC_ALRMAR_MSK3

Hours do not care in Alarm A comparison

Definition at line 391 of file stm32f4xx_ll_rtc.h.

#define LL_RTC_ALMA_MASK_MINUTES   RTC_ALRMAR_MSK2

Minutes do not care in Alarm A comparison

Definition at line 392 of file stm32f4xx_ll_rtc.h.

#define LL_RTC_ALMA_MASK_NONE   0x00000000U

No masks applied on Alarm A

Definition at line 389 of file stm32f4xx_ll_rtc.h.

Referenced by LL_RTC_ALMA_StructInit().

#define LL_RTC_ALMA_MASK_SECONDS   RTC_ALRMAR_MSK1

Seconds do not care in Alarm A comparison

Definition at line 393 of file stm32f4xx_ll_rtc.h.