CARME-M4 BSP  V1.5

WWDG activation functions. More...

+ Collaboration diagram for WWDG activation functions:

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
Counterspecifies the watchdog counter value. This parameter must be a number between 0x40 and 0x7F (to prevent generating an immediate reset)
Return values
None

Definition at line 239 of file stm32f4xx_wwdg.c.