ubKeyPressed is only used within IWDG_RefreshUntilUserEvent.
 
Symbols
loading...
Files
loading...

ubKeyPressed variable

Syntax

static __IO uint8_t ubKeyPressed = 0;

References

LocationReferrerText
main.c:36
static __IO uint8_t ubKeyPressed = 0;
main.c:72main()
if (1 != ubKeyPressed)
main.c:137Check_IWDG_Reset()
while(ubKeyPressed != 1)
main.c:142Check_IWDG_Reset()
ubKeyPressed = 0;
main.c:266UserButton_Callback()
ubKeyPressed = 1;

Data Use

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