STM32L4xx_HAL_Driver  1.14.0
__WWDG_HandleTypeDef Struct Reference

WWDG handle Structure definition. More...

#include <stm32l4xx_hal_wwdg.h>

Data Fields

WWDG_TypeDef * Instance
 
WWDG_InitTypeDef Init
 
void(* EwiCallback )(struct __WWDG_HandleTypeDef *hwwdg)
 
void(* MspInitCallback )(struct __WWDG_HandleTypeDef *hwwdg)
 

Detailed Description

WWDG handle Structure definition.

Definition at line 67 of file stm32l4xx_hal_wwdg.h.

Field Documentation

◆ EwiCallback

void(* __WWDG_HandleTypeDef::EwiCallback) (struct __WWDG_HandleTypeDef *hwwdg)

WWDG Early WakeUp Interrupt callback

Definition at line 74 of file stm32l4xx_hal_wwdg.h.

◆ Init

WWDG_InitTypeDef __WWDG_HandleTypeDef::Init

WWDG required parameters

Definition at line 71 of file stm32l4xx_hal_wwdg.h.

◆ Instance

WWDG_TypeDef* __WWDG_HandleTypeDef::Instance

Register base address

Definition at line 69 of file stm32l4xx_hal_wwdg.h.

◆ MspInitCallback

void(* __WWDG_HandleTypeDef::MspInitCallback) (struct __WWDG_HandleTypeDef *hwwdg)

WWDG Msp Init callback

Definition at line 76 of file stm32l4xx_hal_wwdg.h.


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