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

IS_RTC_ALARM macro

Syntax

#define IS_RTC_ALARM(ALARM) (((ALARM) == RTC_ALARM_A) || ((ALARM) == RTC_ALARM_B))

Arguments

ALARM

References

LocationText
stm32f4xx_hal_rtc.h:869
#define IS_RTC_ALARM(ALARM) (((ALARM) == RTC_ALARM_A) || ((ALARM) == RTC_ALARM_B))
stm32f4xx_hal_rtc.c:1012
assert_param(IS_RTC_ALARM(sAlarm->Alarm));
stm32f4xx_hal_rtc.c:1209
assert_param(IS_RTC_ALARM(sAlarm->Alarm));
stm32f4xx_hal_rtc.c:1400
assert_param(IS_RTC_ALARM(Alarm));
stm32f4xx_hal_rtc.c:1500
assert_param(IS_RTC_ALARM(Alarm));