Martin Johnson / STM32F3-Discovery

Dependents:   Space_Invaders_Demo neopixels gpio_test_stm32f3_discovery gpio_test_systimer ... more

Embed: (wiki syntax)

« Back to documentation index

Flag management function

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

Definition at line 255 of file stm32f30x_iwdg.c.