WwdgHandle is only used within WWDG_Example.
 
Symbols
loading...
Files
loading...

WwdgHandle variable

Syntax

static WWDG_HandleTypeDef WwdgHandle;

References

LocationReferrerText
main.c:38
static WWDG_HandleTypeDef WwdgHandle;
main.c:96main()
WwdgHandle.Instance = WWDG;
main.c:98main()
main.c:99main()
WwdgHandle.Init.Window = 80;
main.c:100main()
WwdgHandle.Init.Counter = 127;
main.c:102main()
if (HAL_WWDG_Init(&WwdgHandle) != HAL_OK)
main.c:120main()
if (HAL_WWDG_Refresh(&WwdgHandle) != HAL_OK)

Data Use

Functions reading WwdgHandle
WwdgHandle
all items filtered out
Type of WwdgHandle
WwdgHandle
all items filtered out