KeyPressed is only used within WWDG_RefreshUntilUserEvent.
 
Symbols
loading...
Files
loading...

KeyPressed variable

Syntax

static __IO uint8_t KeyPressed = 0;

References

LocationReferrerText
main.c:36
static __IO uint8_t KeyPressed = 0;
main.c:76main()
if (1 != KeyPressed)
main.c:126Check_WWDG_Reset()
while(KeyPressed != 1)
main.c:131Check_WWDG_Reset()
KeyPressed = 0;
main.c:248UserButton_Callback()
KeyPressed = 1;

Data Use

Functions writing KeyPressed
Functions reading KeyPressed
KeyPressed
all items filtered out
Type of KeyPressed
KeyPressed
uint8_t
all items filtered out