STM32L486xx HAL User Manual
Data Fields
IWDG_InitTypeDef Struct Reference

IWDG Init structure definition. More...

#include <stm32l4xx_hal_iwdg.h>

Data Fields

uint32_t Prescaler
uint32_t Reload
uint32_t Window

Detailed Description

IWDG Init structure definition.

Definition at line 63 of file stm32l4xx_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 stm32l4xx_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 stm32l4xx_hal_iwdg.h.

Referenced by HAL_IWDG_Init().

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 71 of file stm32l4xx_hal_iwdg.h.

Referenced by HAL_IWDG_Init().


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