STM32F479xx HAL User Manual
|
WWDG handle Structure definition. More...
#include <stm32f4xx_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 68 of file stm32f4xx_hal_wwdg.h.
void(* __WWDG_HandleTypeDef::EwiCallback)(struct __WWDG_HandleTypeDef *hwwdg) |
WWDG Early WakeUp Interrupt callback
Definition at line 78 of file stm32f4xx_hal_wwdg.h.
Referenced by HAL_WWDG_Init(), HAL_WWDG_IRQHandler(), HAL_WWDG_RegisterCallback(), and HAL_WWDG_UnRegisterCallback().
WWDG required parameters
Definition at line 75 of file stm32f4xx_hal_wwdg.h.
Referenced by HAL_WWDG_Init(), and HAL_WWDG_Refresh().
WWDG_TypeDef* __WWDG_HandleTypeDef::Instance |
Register base address
Definition at line 73 of file stm32f4xx_hal_wwdg.h.
Referenced by HAL_WWDG_Init(), and HAL_WWDG_Refresh().
void(* __WWDG_HandleTypeDef::MspInitCallback)(struct __WWDG_HandleTypeDef *hwwdg) |
WWDG Msp Init callback
Definition at line 80 of file stm32f4xx_hal_wwdg.h.
Referenced by HAL_WWDG_Init(), HAL_WWDG_RegisterCallback(), and HAL_WWDG_UnRegisterCallback().