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

BSP_examples variable

Syntax

BSP_DemoTypedef BSP_examples[]= { {Joystick_gpio_demo, "JOYSTICK GPIO", 0}, {Touchscreen_demo1, "TOUCHSCREEN DEMO 1", 0}, #if (TS_MULTI_TOUCH_SUPPORTED == 1) {Touchscreen_demo2, "TOUCHSCREEN DEMO 2", 1}, #endif {LCD_demo, "LCD", 0}, {Camera_demo, "CAMERA", 0}, {AudioPlay_demo, "AUDIO PLAY", 0}, {SD_demo, "mSD", 0}, {Log_demo, "LCD LOG", 0}, {SDRAM_demo, "SDRAM", 0}, {SDRAM_DMA_demo, "SDRAM DMA", 0}, {SRAM_demo, "SRAM", 0}, {NOR_demo, "NOR", 0}, {EEPROM_demo, "EEPROM", 0}, {QSPI_demo, "QSPI", 0}, {Animation_demo, "ANIMATION", 0} };

References

LocationReferrerText
main.c:74
BSP_DemoTypedef BSP_examples[]=
main.c:193main()
BSP_examples[DemoIndex++].DemoFunc();
main.c:195main()
if(DemoIndex >= COUNT_OF_EXAMPLE(BSP_examples))
main.c:314Display_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