__HAL_RTC_WAKEUPTIMER_ENABLE_IT macro
Enable the RTC Wakeup Timer interrupt.
Syntax
#define __HAL_RTC_WAKEUPTIMER_ENABLE_IT(__HANDLE__, __INTERRUPT__) ((__HANDLE__)->Instance->CR |= (__INTERRUPT__)) Arguments
__HANDLE__
specifies the RTC handle.
__INTERRUPT__
specifies the RTC Wakeup Timer interrupt sources to be enabled or disabled. This parameter can be: @arg RTC_IT_WUT: Wakeup Timer interrupt
Return value
None
Examples
__HAL_RTC_WAKEUPTIMER_ENABLE_IT is referenced by 19 libraries and example projects: