Independent watchdog (IWDG)
14.2.6.3 IWDG_SetReload
void IWDG_SetReload ( uint16_t Reload)
ï‚· Reload : specifies the IWDG Reload value. This parameter
must be a number between 0 and 0x0FFF.
14.2.6.4 IWDG_ReloadCounter
void IWDG_ReloadCounter ( void )
Reloads IWDG counter with value defined in the reload register
(write access to IWDG_PR and IWDG_RLR registers disabled).
14.2.6.5 IWDG_SetWindowValue
void IWDG_SetWindowValue ( uint16_t WindowValue)
Sets the IWDG window value.
ï‚· WindowValue : specifies the window value to be compared
to the downcounter.