STM32F0 Standard Peripheral bibliotheek  1.0
ST Microelectronics standard peripheral bibliotheek documentatie voor de STM32F0 familie
 All Data Structures Files Functions Variables Enumerations Enumerator Groups
WWDG activation functions

WWDG activation functions. More...

Functions

void WWDG_Enable (uint8_t Counter)
 Enables WWDG and load the counter value. More...
 

Detailed Description

WWDG activation functions.

  ==============================================================================
                     ##### WWDG activation function #####
  ==============================================================================  

Function Documentation

void WWDG_Enable ( uint8_t  Counter)

Enables WWDG and load the counter value.

Parameters
Counter,:specifies the watchdog counter value. This parameter must be a number between 0x40 and 0x7F (to prevent generating an immediate reset).
Return values
None