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

DemoIndex variable

Syntax

uint8_t DemoIndex = 0;

References

LocationReferrerText
main.c:60
uint8_t DemoIndex = 0;
main.c:191main()
CurrDemoIndex = DemoIndex;
main.c:193main()
BSP_examples[DemoIndex++].DemoFunc();
main.c:195main()
if(DemoIndex >= COUNT_OF_EXAMPLE(BSP_examples))
main.c:199main()
DemoIndex = 0;
main.c:314Display_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