|
STM32L4xx_HAL_Driver
1.14.0
|
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) |
WWDG handle Structure definition.
Definition at line 67 of file stm32l4xx_hal_wwdg.h.
| void(* __WWDG_HandleTypeDef::EwiCallback) (struct __WWDG_HandleTypeDef *hwwdg) |
WWDG Early WakeUp Interrupt callback
Definition at line 74 of file stm32l4xx_hal_wwdg.h.
| WWDG_InitTypeDef __WWDG_HandleTypeDef::Init |
WWDG required parameters
Definition at line 71 of file stm32l4xx_hal_wwdg.h.
| WWDG_TypeDef* __WWDG_HandleTypeDef::Instance |
Register base address
Definition at line 69 of file stm32l4xx_hal_wwdg.h.
| void(* __WWDG_HandleTypeDef::MspInitCallback) (struct __WWDG_HandleTypeDef *hwwdg) |
WWDG Msp Init callback
Definition at line 76 of file stm32l4xx_hal_wwdg.h.