STM32L443xx 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 278 of file stm32l4xx_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 289 of file stm32l4xx_ll_wwdg.h.