STM32F4xx HAL Driver master
STM32CubeF4 HAL / LL Drivers API Reference
Loading...
Searching...
No Matches
IWDG_InitTypeDef Struct Reference

IWDG Init structure definition. More...

#include <stm32f4xx_hal_iwdg.h>

Public Attributes

uint32_t Prescaler
uint32_t Reload

Detailed Description

IWDG Init structure definition.

Definition at line 46 of file stm32f4xx_hal_iwdg.h.

Member Data Documentation

◆ Prescaler

uint32_t IWDG_InitTypeDef::Prescaler

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

Definition at line 48 of file stm32f4xx_hal_iwdg.h.

◆ 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

Definition at line 51 of file stm32f4xx_hal_iwdg.h.


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