HAL
RTC_ALARM_B is only used within HAL.
 
Symbols
loading...
Files
loading...

RTC_ALARM_B macro

All Alarm SS fields are masked. There is no comparison on sub seconds for Alarm

Syntax

#define RTC_ALARM_B RTC_CR_ALRBE

References

LocationText
stm32f4xx_hal_rtc.h:370
#define RTC_ALARM_B RTC_CR_ALRBE
stm32f4xx_hal_rtc.c:1511
sAlarm->Alarm = RTC_ALARM_B;
stm32f4xx_hal_rtc.h:869
#define IS_RTC_ALARM(ALARM) (((ALARM) == RTC_ALARM_A) || ((ALARM) == RTC_ALARM_B))