STM32F103xB HAL User Manual
|
Functions | |
__STATIC_INLINE uint32_t | LL_WWDG_IsActiveFlag_EWKUP (WWDG_TypeDef *WWDGx) |
Indicates if the WWDG Early Wakeup Interrupt Flag is set or not. | |
__STATIC_INLINE void | LL_WWDG_ClearFlag_EWKUP (WWDG_TypeDef *WWDGx) |
Clear WWDG Early Wakeup Interrupt Flag (EWIF) |
__STATIC_INLINE void LL_WWDG_ClearFlag_EWKUP | ( | WWDG_TypeDef * | WWDGx | ) |
Clear WWDG Early Wakeup Interrupt Flag (EWIF)
WWDGx | WWDG Instance |
None |
Definition at line 259 of file stm32f1xx_ll_wwdg.h.
__STATIC_INLINE uint32_t LL_WWDG_IsActiveFlag_EWKUP | ( | WWDG_TypeDef * | WWDGx | ) |
Indicates if the WWDG Early Wakeup Interrupt Flag is set or not.
WWDGx | WWDG Instance |
State | of bit (1 or 0). |
Definition at line 248 of file stm32f1xx_ll_wwdg.h.