STM32H735xx HAL User Manual
|
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. |
__STATIC_INLINE void LL_WWDG_EnableIT_EWKUP | ( | WWDG_TypeDef * | WWDGx | ) |
Enable the Early Wakeup Interrupt.
WWDGx | WWDG Instance |
None |
Definition at line 290 of file stm32h7xx_ll_wwdg.h.
__STATIC_INLINE uint32_t LL_WWDG_IsEnabledIT_EWKUP | ( | WWDG_TypeDef * | WWDGx | ) |
Check if Early Wakeup Interrupt is enabled.
WWDGx | WWDG Instance |
State | of bit (1 or 0). |
Definition at line 301 of file stm32h7xx_ll_wwdg.h.