JumpAddress is only used within IAP_Main.
 
Symbols
loading...
Files
loading...

JumpAddress variable

Syntax

extern uint32_t JumpAddress;
Implemented in menu.c:41

References

LocationReferrerText
menu.c:41
uint32_t JumpAddress;
main.c:35
extern uint32_t JumpAddress;
main.c:74main()
JumpAddress = *(__IO uint32_t*) (APPLICATION_ADDRESS + 4);
main.c:75main()
JumpToApplication = (pFunction) JumpAddress;
menu.c:178Main_Menu()
JumpAddress = *(__IO uint32_t*) (APPLICATION_ADDRESS + 4);
menu.c:180Main_Menu()
JumpToApplication = (pFunction) JumpAddress;

Data Use

Functions writing JumpAddress
Functions reading JumpAddress
all items filtered out
JumpAddress
all items filtered out
Type of JumpAddress
JumpAddress
uint32_t
all items filtered out