24.2.6.2 WWDG_SetPrescaler
void WWDG_SetPrescaler ( uint32_t WWDG_Prescaler)
ï‚· WWDG_Prescaler : specifies the WWDG Prescaler. This
parameter can be one of the following values:
ï€ WWDG_Prescaler_1 : WWDG counter clock =
(PCLK1/4096)/1
ï€ WWDG_Prescaler_2 : WWDG counter clock =
(PCLK1/4096)/2
ï€ WWDG_Prescaler_4 : WWDG counter clock =
(PCLK1/4096)/4
ï€ WWDG_Prescaler_8 : WWDG counter clock =
(PCLK1/4096)/8
24.2.6.3 WWDG_SetWindowValue
void WWDG_SetWindowValue ( uint8_t WindowValue)
Sets the WWDG window value.
ï‚· WindowValue : specifies the window value to be compared
to the downcounter. This parameter value must be lower than
0x80.