Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: Space_Invaders_Demo neopixels gpio_test_stm32f3_discovery gpio_test_systimer ... more
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.
Generated on Tue Jul 12 2022 17:34:46 by
