Below are the naming conventions for API functions output by the Code Generator.
- | Macro names are in ALL CAPS.
The number in front of the macro name is a hexadecimal value; this is the same value as the macro value. |
- | Local variable names are in all lower case. |
- | Global variable names start with a "g" and use Camel Case. |
- | Names of pointers to global variables start with a "gp" and use Camel Case. |
- | Names of elements in enum statements are in ALL CAPS. |