Searched refs:IS_RTC_WAKEUP_CLOCK (Results 1 – 9 of 9) sorted by relevance
1085 assert_param(IS_RTC_WAKEUP_CLOCK(WakeUpClock)); in HAL_RTCEx_SetWakeUpTimer()1174 assert_param(IS_RTC_WAKEUP_CLOCK(WakeUpClock)); in HAL_RTCEx_SetWakeUpTimer_IT()
720 assert_param(IS_RTC_WAKEUP_CLOCK(WakeUpClock)); in HAL_RTCEx_SetWakeUpTimer()821 assert_param(IS_RTC_WAKEUP_CLOCK(WakeUpClock)); in HAL_RTCEx_SetWakeUpTimer_IT()
1528 assert_param(IS_RTC_WAKEUP_CLOCK(WakeUpClock)); in HAL_RTCEx_SetWakeUpTimer()1617 assert_param(IS_RTC_WAKEUP_CLOCK(WakeUpClock)); in HAL_RTCEx_SetWakeUpTimer_IT()
1403 #define IS_RTC_WAKEUP_CLOCK(CLOCK) (((CLOCK) == RTC_WAKEUPCLOCK_RTCCLK_DIV16) || \ macro
1393 #define IS_RTC_WAKEUP_CLOCK(CLOCK) (((CLOCK) == RTC_WAKEUPCLOCK_RTCCLK_DIV16) || \ macro
470 #define IS_RTC_WAKEUP_CLOCK(CLOCK) (((CLOCK) == RTC_WAKEUPCLOCK_RTCCLK_DIV16) || \ macro
3067 #define IS_WAKEUP_CLOCK IS_RTC_WAKEUP_CLOCK
2963 #define IS_WAKEUP_CLOCK IS_RTC_WAKEUP_CLOCK
2918 #define IS_WAKEUP_CLOCK IS_RTC_WAKEUP_CLOCK