24.2.6.4 WWDG_EnableIT
void WWDG_EnableIT ( void )
Enables the WWDG Early Wakeup interrupt(EWI).
ï‚· Once enabled this interrupt cannot be disabled except by a
system reset.
24.2.6.5 WWDG_SetCounter
void WWDG_SetCounter ( uint8_t Counter)
Sets the WWDG counter value.
ï‚· Counter : specifies the watchdog counter value. This
parameter must be a number between 0x40 and 0x7F (to
prevent generating an immediate reset).
24.2.7 WWDG activation functions
24.2.7.1 WWDG_Enable
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).