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

IS_RTC_WAKEUP_CLOCK macro

Syntax

#define IS_RTC_WAKEUP_CLOCK(CLOCK) (((CLOCK) == RTC_WAKEUPCLOCK_RTCCLK_DIV16) || \     ((CLOCK) == RTC_WAKEUPCLOCK_RTCCLK_DIV8) || \     ((CLOCK) == RTC_WAKEUPCLOCK_RTCCLK_DIV4) || \     ((CLOCK) == RTC_WAKEUPCLOCK_RTCCLK_DIV2) || \     ((CLOCK) == RTC_WAKEUPCLOCK_CK_SPRE_16BITS) || \     ((CLOCK) == RTC_WAKEUPCLOCK_CK_SPRE_17BITS))

Arguments

CLOCK

References

LocationText
stm32f4xx_hal_rtc_ex.h:1017
#define IS_RTC_WAKEUP_CLOCK(CLOCK) (((CLOCK) == RTC_WAKEUPCLOCK_RTCCLK_DIV16) || \
stm32f4xx_hal_rtc_ex.c:870
assert_param(IS_RTC_WAKEUP_CLOCK(WakeUpClock));
stm32f4xx_hal_rtc_ex.c:966
assert_param(IS_RTC_WAKEUP_CLOCK(WakeUpClock));