|
STM32F479xx 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 279 of file stm32f4xx_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 290 of file stm32f4xx_ll_wwdg.h.
1.7.6.1