Flag management function.
More...
Flag management function.
===============================================================================
##### Flag management function #####
===============================================================================
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
|
- Return values
-
The | new state of IWDG_FLAG (SET or RESET). |
- 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 233 of file stm32f4xx_iwdg.c.