STM32F439xx HAL User Manual
Data Fields
IWDG_InitTypeDef Struct Reference

IWDG Init structure definition. More...

#include <stm32f4xx_hal_iwdg.h>

Data Fields

uint32_t Prescaler
uint32_t Reload

Detailed Description

IWDG Init structure definition.

Definition at line 63 of file stm32f4xx_hal_iwdg.h.


Field Documentation

Select the prescaler of the IWDG. This parameter can be a value of IWDG Prescaler

Definition at line 65 of file stm32f4xx_hal_iwdg.h.

Referenced by HAL_IWDG_Init().

Specifies the IWDG down-counter reload value. This parameter must be a number between Min_Data = 0 and Max_Data = 0x0FFF

Definition at line 68 of file stm32f4xx_hal_iwdg.h.

Referenced by HAL_IWDG_Init().


The documentation for this struct was generated from the following file: