STM32F4 Standard Peripheral bibliotheek
1.0
ST Microelectronics bibliotheek documentatie voor de STM32F4 Standard Peripheral Library
|
WWDG activation functions. More...
Functions | |
void | WWDG_Enable (uint8_t Counter) |
Enables WWDG and load the counter value. More... | |
WWDG activation functions.
=============================================================================== WWDG activation function ===============================================================================
void WWDG_Enable | ( | uint8_t | Counter | ) |
Enables WWDG and load the counter value.
Counter,: | specifies the watchdog counter value. This parameter must be a number between 0x40 and 0x7F (to prevent generating an immediate reset) |
None |