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

BSP_examples variable

Syntax

BSP_DemoTypedef BSP_examples[]= { {Joystick_polling_demo, "JOYSTICK", 0}, {Touchscreen_polling_demo, "TOUCHSCREEN", 0}, {LCD_demo, "LCD", 0}, {SD_demo, "mSD", 0}, {Log_demo, "LCD LOG", 0}, {SDRAM_demo, "SDRAM", 0}, {EEPROM_demo, "EEPROM", 0}, {QSPI_demo, "QSPI", 0}, {AudioPlay_demo, "AUDIO PLAY", 0}, {Camera_demo, "CAMERA", 0}, };

References

LocationReferrerText
main.c:48
BSP_DemoTypedef BSP_examples[]=
main.c:119main()
BSP_examples[DemoIndex++].DemoFunc();
main.c:121main()
if(DemoIndex >= COUNT_OF_EXAMPLE(BSP_examples))
main.c:253Display_DemoDescription()
sprintf((char *)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