CARME-M4 BSP  V1.5

Flag management function. More...

+ Collaboration diagram for Flag management function:

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_FLAGspecifies 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).

Definition at line 233 of file stm32f4xx_iwdg.c.