STM32F439xx HAL User Manual
Data Fields
WWDG_InitTypeDef Struct Reference

WWDG Init structure definition. More...

#include <stm32f4xx_hal_wwdg.h>

Data Fields

uint32_t Prescaler
uint32_t Window
uint32_t Counter
uint32_t EWIMode

Detailed Description

WWDG Init structure definition.

Definition at line 63 of file stm32f4xx_hal_wwdg.h.


Field Documentation

Specifies the WWDG free-running downcounter value. This parameter must be a number between Min_Data = 0x40 and Max_Data = 0x7F

Definition at line 71 of file stm32f4xx_hal_wwdg.h.

Referenced by HAL_WWDG_Init(), and HAL_WWDG_Refresh().

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 74 of file stm32f4xx_hal_wwdg.h.

Referenced by HAL_WWDG_Init().

Specifies the prescaler value of the WWDG. This parameter can be a value of WWDG Prescaler

Definition at line 65 of file stm32f4xx_hal_wwdg.h.

Referenced by HAL_WWDG_Init().

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 68 of file stm32f4xx_hal_wwdg.h.

Referenced by HAL_WWDG_Init().


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