STM32L486xx 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 388 of file stm32l4xx_ll_rtc.h.

#define LL_RTC_ALMA_MASK_DATEWEEKDAY   RTC_ALRMAR_MSK4

Date/day do not care in Alarm A comparison

Definition at line 384 of file stm32l4xx_ll_rtc.h.

#define LL_RTC_ALMA_MASK_HOURS   RTC_ALRMAR_MSK3

Hours do not care in Alarm A comparison

Definition at line 385 of file stm32l4xx_ll_rtc.h.

#define LL_RTC_ALMA_MASK_MINUTES   RTC_ALRMAR_MSK2

Minutes do not care in Alarm A comparison

Definition at line 386 of file stm32l4xx_ll_rtc.h.

#define LL_RTC_ALMA_MASK_NONE   0x00000000U

No masks applied on Alarm A

Definition at line 383 of file stm32l4xx_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 387 of file stm32l4xx_ll_rtc.h.