HAL + 0/10 examples
CodeScope will show references to WWDG_HandleTypeDef from the following samples and libraries:
Examples
STM32446E_EVAL
Examples
WWDG
STM32469I-Discovery
Examples
WWDG
STM32469I_EVAL
Examples
WWDG
STM324x9I_EVAL
Examples
WWDG
STM324xG_EVAL
Examples
WWDG
STM32F412G-Discovery
Examples
WWDG
STM32F412ZG-Nucleo
Examples
WWDG
STM32F413ZH-Nucleo
Examples
WWDG
STM32F429ZI-Nucleo
Examples
WWDG
STM32F446ZE-Nucleo
Examples
WWDG
 
Symbols
loading...
Files
loading...

WWDG_HandleTypeDef struct

Syntax

typedef struct #endif {   WWDG_TypeDef      *Instance;     WWDG_InitTypeDef  Init;        #if (USE_HAL_WWDG_REGISTER_CALLBACKS == 1)   void (* EwiCallback)(struct __WWDG_HandleTypeDef *hwwdg);                     void (* MspInitCallback)(struct __WWDG_HandleTypeDef *hwwdg);               #endif  } WWDG_HandleTypeDef;

Fields

Instance

Register base address. Read more...

Init

WWDG required parameters. Read more...

Examples

WWDG_HandleTypeDef is referenced by 10 libraries and example projects.

Type Use

all items filtered out
WWDG_HandleTypeDef
all items filtered out