STemWin + 0/31 examples
CodeScope will show references to GUI_COUNTOF from the following samples and libraries:
Examples
STM32446E_EVAL
Demonstrations
Applications
STemWin
STM32469I-Discovery
Demonstrations
Applications
STemWin
STM32469I_EVAL
Demonstrations
Applications
STemWin
STM324xG_EVAL
Demonstrations
Applications
STemWin
STM32F412G-Discovery
Demonstrations
STM32F413H-Discovery
Demonstrations
STM32F429I-Discovery
Demonstrations
Applications
STemWin
STM324x9I_EVAL
Applications
STemWin
Demonstrations
STemWin
 
Symbols
loading...
Files
loading...

GUI_COUNTOF macro

Macros, function replacement

Syntax

#define GUI_COUNTOF(a) (sizeof(a) / sizeof(a[0]))

Arguments

a

Examples

GUI_COUNTOF is referenced by 31 libraries and example projects.

References

LocationText
GUI.h:75
#define GUI_COUNTOF(a) (sizeof(a) / sizeof(a[0]))