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

BSP_examples variable

Syntax

BSP_DemoTypedef BSP_examples[]= { {Joystick_demo, "JOYSTICK", 0}, {Touchscreen_demo, "TOUCHSCREEN", 0}, {LCD_demo, "LCD", 0}, {SD_demo, "mSD", 0}, {Log_demo, "LCD LOG", 0}, {EEPROM_demo, "EEPROM", 0}, };

References

LocationReferrerText
main.c:38
BSP_DemoTypedef BSP_examples[]=
main.c:93main()
BSP_examples[DemoIndex++].DemoFunc();
main.c:95main()
if(DemoIndex >= COUNT_OF_EXAMPLE(BSP_examples))
main.c:201Display_DemoDescription()
sprintf(desc,"%s example", BSP_examples[DemoIndex].DemoName);

Data Use

Functions reading BSP_examples
BSP_examples
all items filtered out
Type of BSP_examples
BSP_examples
all items filtered out