|
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... | |
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 |
Definition at line 239 of file stm32f4xx_wwdg.c.