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

IS_RTC_OUTPUT macro

Syntax

#define IS_RTC_OUTPUT(OUTPUT) (((OUTPUT) == RTC_OUTPUT_DISABLE) || \     ((OUTPUT) == RTC_OUTPUT_ALARMA) || \     ((OUTPUT) == RTC_OUTPUT_ALARMB) || \     ((OUTPUT) == RTC_OUTPUT_WAKEUP))

Arguments

OUTPUT

References

LocationText
stm32f4xx_hal_rtc.h:811
#define IS_RTC_OUTPUT(OUTPUT) (((OUTPUT) == RTC_OUTPUT_DISABLE) || \
stm32f4xx_hal_rtc.c:264
assert_param(IS_RTC_OUTPUT(hrtc->Init.OutPut));