STM32F4xx_HAL_Driver  1.8.3
+ Collaboration diagram for FLAG_Management:

Functions

__STATIC_INLINE uint32_t LL_WWDG_IsActiveFlag_EWKUP (WWDG_TypeDef *WWDGx)
 Indicates if the WWDG Early Wakeup Interrupt Flag is set or not. More...
 
__STATIC_INLINE void LL_WWDG_ClearFlag_EWKUP (WWDG_TypeDef *WWDGx)
 Clear WWDG Early Wakeup Interrupt Flag (EWIF) @rmtoll SR EWIF LL_WWDG_ClearFlag_EWKUP. More...
 

Detailed Description

Function Documentation

◆ LL_WWDG_ClearFlag_EWKUP()

__STATIC_INLINE void LL_WWDG_ClearFlag_EWKUP ( WWDG_TypeDef *  WWDGx)

Clear WWDG Early Wakeup Interrupt Flag (EWIF) @rmtoll SR EWIF LL_WWDG_ClearFlag_EWKUP.

Parameters
WWDGxWWDG Instance
Return values
None

Definition at line 258 of file stm32f4xx_ll_wwdg.h.

◆ LL_WWDG_IsActiveFlag_EWKUP()

__STATIC_INLINE uint32_t LL_WWDG_IsActiveFlag_EWKUP ( WWDG_TypeDef *  WWDGx)

Indicates if the WWDG Early Wakeup Interrupt Flag is set or not.

Note
This bit is set by hardware when the counter has reached the value 0x40. It must be cleared by software by writing 0. A write of 1 has no effect. This bit is also set if the interrupt is not enabled. @rmtoll SR EWIF LL_WWDG_IsActiveFlag_EWKUP
Parameters
WWDGxWWDG Instance
Return values
Stateof bit (1 or 0).

Definition at line 247 of file stm32f4xx_ll_wwdg.h.