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

COUNT_OF_EXAMPLE macro

Syntax

#define COUNT_OF_EXAMPLE(x) (sizeof(x)/sizeof(BSP_DemoTypedef))

Arguments

x

References

LocationText
main.h:43
#define COUNT_OF_EXAMPLE(x) (sizeof(x)/sizeof(BSP_DemoTypedef))
main.c:95
if(DemoIndex >= COUNT_OF_EXAMPLE(BSP_examples))