|
STM32F4xx HAL Documentation
Hardware Abstraction Layer for STM32F4 familiy
|
IWDG Handle Structure definition. More...
#include <stm32f4xx_hal_iwdg.h>
Data Fields | |
| IWDG_TypeDef * | Instance |
| IWDG_InitTypeDef | Init |
IWDG Handle Structure definition.
Definition at line 59 of file stm32f4xx_hal_iwdg.h.
| IWDG_TypeDef* IWDG_HandleTypeDef::Instance |
Register base address
Definition at line 61 of file stm32f4xx_hal_iwdg.h.
Referenced by HAL_IWDG_Init().
| IWDG_InitTypeDef IWDG_HandleTypeDef::Init |
IWDG required parameters
Definition at line 63 of file stm32f4xx_hal_iwdg.h.
Referenced by HAL_IWDG_Init().