STM32H735xx HAL User Manual
|
IWDG Init structure definition. More...
#include <stm32h7xx_hal_iwdg.h>
Data Fields | |
uint32_t | Prescaler |
uint32_t | Reload |
uint32_t | Window |
IWDG Init structure definition.
Definition at line 46 of file stm32h7xx_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 48 of file stm32h7xx_hal_iwdg.h.
Referenced by HAL_IWDG_Init().
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 51 of file stm32h7xx_hal_iwdg.h.
Referenced by HAL_IWDG_Init().
uint32_t IWDG_InitTypeDef::Window |
Specifies the window value to be compared to the down-counter. This parameter must be a number between Min_Data = 0 and Max_Data = 0x0FFF
Definition at line 54 of file stm32h7xx_hal_iwdg.h.
Referenced by HAL_IWDG_Init().