STM32F479xx HAL User Manual
Defines
ALARMB MASK
RTC Exported Constants

Defines

#define LL_RTC_ALMB_MASK_NONE   0x00000000U
#define LL_RTC_ALMB_MASK_DATEWEEKDAY   RTC_ALRMBR_MSK4
#define LL_RTC_ALMB_MASK_HOURS   RTC_ALRMBR_MSK3
#define LL_RTC_ALMB_MASK_MINUTES   RTC_ALRMBR_MSK2
#define LL_RTC_ALMB_MASK_SECONDS   RTC_ALRMBR_MSK1
#define LL_RTC_ALMB_MASK_ALL   (RTC_ALRMBR_MSK4 | RTC_ALRMBR_MSK3 | RTC_ALRMBR_MSK2 | RTC_ALRMBR_MSK1)

Define Documentation

#define LL_RTC_ALMB_MASK_ALL   (RTC_ALRMBR_MSK4 | RTC_ALRMBR_MSK3 | RTC_ALRMBR_MSK2 | RTC_ALRMBR_MSK1)

Masks all

Definition at line 400 of file stm32f4xx_ll_rtc.h.

#define LL_RTC_ALMB_MASK_DATEWEEKDAY   RTC_ALRMBR_MSK4

Date/day do not care in Alarm B comparison

Definition at line 396 of file stm32f4xx_ll_rtc.h.

#define LL_RTC_ALMB_MASK_HOURS   RTC_ALRMBR_MSK3

Hours do not care in Alarm B comparison

Definition at line 397 of file stm32f4xx_ll_rtc.h.

#define LL_RTC_ALMB_MASK_MINUTES   RTC_ALRMBR_MSK2

Minutes do not care in Alarm B comparison

Definition at line 398 of file stm32f4xx_ll_rtc.h.

#define LL_RTC_ALMB_MASK_NONE   0x00000000U

No masks applied on Alarm B

Definition at line 395 of file stm32f4xx_ll_rtc.h.

Referenced by LL_RTC_ALMB_StructInit().

#define LL_RTC_ALMB_MASK_SECONDS   RTC_ALRMBR_MSK1

Seconds do not care in Alarm B comparison

Definition at line 399 of file stm32f4xx_ll_rtc.h.