STM32F2 Standard Peripheral bibliotheek  1.0
ST Microelectronics bibliotheek documentatie voor de STM32F2 Standard Peripheral Library
 All Data Structures Files Functions Variables Enumerations Enumerator Groups
Flag management function

Flag management function. More...

Functions

FlagStatus IWDG_GetFlagStatus (uint16_t IWDG_FLAG)
 Checks whether the specified IWDG flag is set or not. More...
 

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
Return values
Thenew state of IWDG_FLAG (SET or RESET).