__HAL_RTC_WAKEUPTIMER_DISABLE_IT macro
Disable the RTC Wakeup Timer interrupt.
Syntax
#define __HAL_RTC_WAKEUPTIMER_DISABLE_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_DISABLE_IT is referenced by 19 libraries and example projects: