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: Space_Invaders_Demo neopixels gpio_test_stm32f3_discovery gpio_test_systimer ... more
Interrupts and flags management functions
[WWDG_Private_Functions]
  Interrupts and flags management functions. More...
| Functions | |
| FlagStatus | WWDG_GetFlagStatus (void) | 
| Checks whether the Early Wakeup interrupt flag is set or not. | |
| void | WWDG_ClearFlag (void) | 
| Clears Early Wakeup interrupt flag. | |
Detailed Description
Interrupts and flags management functions.
  ==============================================================================
              ##### Interrupts and flags management functions #####
  ==============================================================================  
Function Documentation
| void WWDG_ClearFlag | ( | void | ) | 
Clears Early Wakeup interrupt flag.
- Parameters:
- 
  None 
- Return values:
- 
  None 
Definition at line 283 of file stm32f30x_wwdg.c.
| FlagStatus WWDG_GetFlagStatus | ( | void | ) | 
Checks whether the Early Wakeup interrupt flag is set or not.
- Parameters:
- 
  None 
- Return values:
- 
  The new state of the Early Wakeup interrupt flag (SET or RESET). 
Definition at line 263 of file stm32f30x_wwdg.c.
Generated on Tue Jul 12 2022 17:34:46 by
 1.7.2
 1.7.2