STM32F4xx_HAL_Driver
1.8.3
|
Data Structures | |
struct | IWDG_InitTypeDef |
IWDG Init structure definition. More... | |
struct | IWDG_HandleTypeDef |
IWDG Handle Structure definition. More... | |
struct IWDG_InitTypeDef |
IWDG Init structure definition.
Definition at line 46 of file stm32f4xx_hal_iwdg.h.
Data Fields | ||
---|---|---|
uint32_t | Prescaler |
Select the prescaler of the IWDG. This parameter can be a value of IWDG Prescaler |
uint32_t | Reload |
Specifies the IWDG down-counter reload value. This parameter must be a number between Min_Data = 0 and Max_Data = 0x0FFF |
struct IWDG_HandleTypeDef |
IWDG Handle Structure definition.
Definition at line 59 of file stm32f4xx_hal_iwdg.h.
Data Fields | ||
---|---|---|
IWDG_InitTypeDef | Init |
IWDG required parameters |
IWDG_TypeDef * | Instance |
Register base address |