Martin Johnson / STM32F3-Discovery

Dependents:   Space_Invaders_Demo neopixels gpio_test_stm32f3_discovery gpio_test_systimer ... more

Embed: (wiki syntax)

« Back to documentation index

WWDG activation functions

WWDG activation functions
[WWDG_Private_Functions]

WWDG activation functions. More...

Functions

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

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

Definition at line 235 of file stm32f30x_wwdg.c.