Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: BSP OneHopeOnePrayer FINAL_AUDIO_RECORD AudioDemo
Fork of STM32L4xx_HAL_Driver by
IT_Management
[WWDG Exported Functions]
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 CFR EWI LL_WWDG_IsEnabledIT_EWKUP. | |
Function Documentation
| __STATIC_INLINE void LL_WWDG_EnableIT_EWKUP | ( | WWDG_TypeDef * | WWDGx ) |
Enable the Early Wakeup Interrupt.
When set, an interrupt occurs whenever the counter reaches the value 0x40. This interrupt is only cleared by hardware after a reset CFR EWI LL_WWDG_EnableIT_EWKUP
- Parameters:
-
WWDGx WWDG Instance
- Return values:
-
None
Definition at line 307 of file stm32l4xx_ll_wwdg.h.
| __STATIC_INLINE uint32_t LL_WWDG_IsEnabledIT_EWKUP | ( | WWDG_TypeDef * | WWDGx ) |
Check if Early Wakeup Interrupt is enabled CFR EWI LL_WWDG_IsEnabledIT_EWKUP.
- Parameters:
-
WWDGx WWDG Instance
- Return values:
-
State of bit (1 or 0).
Definition at line 318 of file stm32l4xx_ll_wwdg.h.
Generated on Tue Jul 12 2022 11:35:29 by
1.7.2
