WWDG Init structure definition. More...
#include <stm32f7xx_hal_wwdg.h>
Public Attributes | |
uint32_t | Counter |
uint32_t | EWIMode |
uint32_t | Prescaler |
uint32_t | Window |
WWDG Init structure definition.
Definition at line 48 of file stm32f7xx_hal_wwdg.h.
uint32_t WWDG_InitTypeDef::Counter |
Specifies the WWDG free-running downcounter value. This parameter must be a number between Min_Data = 0x40 and Max_Data = 0x7F
Definition at line 56 of file stm32f7xx_hal_wwdg.h.
uint32_t WWDG_InitTypeDef::EWIMode |
Specifies if WWDG Early Wakeup Interupt is enable or not. This parameter can be a value of WWDG Early Wakeup Interrupt Mode
Definition at line 59 of file stm32f7xx_hal_wwdg.h.
uint32_t WWDG_InitTypeDef::Prescaler |
Specifies the prescaler value of the WWDG. This parameter can be a value of WWDG Prescaler
Definition at line 50 of file stm32f7xx_hal_wwdg.h.
uint32_t WWDG_InitTypeDef::Window |
Specifies the WWDG window value to be compared to the downcounter. This parameter must be a number Min_Data = 0x40 and Max_Data = 0x7F
Definition at line 53 of file stm32f7xx_hal_wwdg.h.