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
Flag management function
[IWDG_Private_Functions]
  Flag management function. More...
| Functions | |
| FlagStatus | IWDG_GetFlagStatus (uint16_t IWDG_FLAG) | 
| Checks whether the specified IWDG flag is set or not. | |
Detailed Description
Flag management function.
 ===============================================================================
                     ##### Flag management function ##### 
 ===============================================================================  
Function Documentation
| FlagStatus IWDG_GetFlagStatus | ( | uint16_t | IWDG_FLAG ) | 
Checks whether the specified IWDG flag is set or not.
- Parameters:
- 
  IWDG_FLAG,: specifies the flag to check. This parameter can be one of the following values: - IWDG_FLAG_PVU: Prescaler Value Update on going
- IWDG_FLAG_RVU: Reload Value Update on going
- IWDG_FLAG_WVU: Counter Window Value Update on going
 
- Return values:
- 
  The new state of IWDG_FLAG (SET or RESET). 
Definition at line 255 of file stm32f30x_iwdg.c.
Generated on Tue Jul 12 2022 17:34:46 by
 1.7.2
 1.7.2