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:101main()
WwdgHandle.Instance = WWDG;
main.c:102main()
main.c:103main()
WwdgHandle.Init.Window = 0x50;
main.c:104main()
WwdgHandle.Init.Counter = 0x7F;
main.c:105main()
main.c:107main()
if (HAL_WWDG_Init(&WwdgHandle) != HAL_OK)
main.c:114main()
delay = TimeoutCalculation((WwdgHandle.Init.Counter-WwdgHandle.Init.Window) + 1) + 1;
main.c:125main()
if (HAL_WWDG_Refresh(&WwdgHandle) != HAL_OK)
main.c:150TimeoutCalculation()
wdgtb = (1 << ((WwdgHandle.Init.Prescaler) >> 7)); /* 2^WDGTB[1:0] */

Data Use

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