RTEMS 6.1-rc7
Loading...
Searching...
No Matches
Data Fields
IWDG_InitTypeDef Struct Reference

IWDG Init structure definition. More...

#include <stm32h7xx_hal_iwdg.h>

Data Fields

uint32_t Prescaler
 
uint32_t Reload
 
uint32_t Window
 

Detailed Description

IWDG Init structure definition.

Field Documentation

◆ Prescaler

uint32_t IWDG_InitTypeDef::Prescaler

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

◆ Reload

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

◆ Window

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


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