BSP
DemoIndex is only used within BSP.
 
Symbols
loading...
Files
loading...

DemoIndex variable

Syntax

uint8_t DemoIndex = 0;

References

LocationReferrerText
main.c:35
uint8_t DemoIndex = 0;
main.c:119main()
BSP_examples[DemoIndex++].DemoFunc();
main.c:121main()
if(DemoIndex >= COUNT_OF_EXAMPLE(BSP_examples))
main.c:125main()
DemoIndex = 0;
main.c:253Display_DemoDescription()
sprintf((char *)desc,"%s example", BSP_examples[DemoIndex].DemoName);

Data Use

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