IWDG Init structure definition. More...
#include <stm32f4xx_hal_iwdg.h>
Public Attributes | |
uint32_t | Prescaler |
uint32_t | Reload |
IWDG Init structure definition.
Definition at line 47 of file stm32f4xx_hal_iwdg.h.
uint32_t IWDG_InitTypeDef::Prescaler |
Select the prescaler of the IWDG. This parameter can be a value of IWDG Prescaler
Definition at line 49 of file stm32f4xx_hal_iwdg.h.
uint32_t IWDG_InitTypeDef::Reload |
Specifies the IWDG down-counter reload value. This parameter must be a number between Min_Data = 0 and Max_Data = 0x0FFF
Definition at line 52 of file stm32f4xx_hal_iwdg.h.