STM32F439xx HAL User Manual
Functions
IT_Management
WWDG Exported Functions

Functions

__STATIC_INLINE void LL_WWDG_EnableIT_EWKUP (WWDG_TypeDef *WWDGx)
 Enable the Early Wakeup Interrupt.
__STATIC_INLINE uint32_t LL_WWDG_IsEnabledIT_EWKUP (WWDG_TypeDef *WWDGx)
 Check if Early Wakeup Interrupt is enabled.

Function Documentation

__STATIC_INLINE void LL_WWDG_EnableIT_EWKUP ( WWDG_TypeDef *  WWDGx)

Enable the Early Wakeup Interrupt.

Note:
When set, an interrupt occurs whenever the counter reaches value 0x40. This interrupt is only cleared by hardware after a reset
Reference Manual to LL API cross reference:
CFR EWI LL_WWDG_EnableIT_EWKUP
Parameters:
WWDGxWWDG Instance
Return values:
None

Definition at line 300 of file stm32f4xx_ll_wwdg.h.

__STATIC_INLINE uint32_t LL_WWDG_IsEnabledIT_EWKUP ( WWDG_TypeDef *  WWDGx)

Check if Early Wakeup Interrupt is enabled.

Reference Manual to LL API cross reference:
CFR EWI LL_WWDG_IsEnabledIT_EWKUP
Parameters:
WWDGxWWDG Instance
Return values:
Stateof bit (1 or 0).

Definition at line 311 of file stm32f4xx_ll_wwdg.h.