Reserved Values and FileNames
Reserved Values and FileNames

Reserved Values and FileNames

There are some macros and variable names that are reserved.
Reserved Names cannot be introduced as a comment
E.g., the following is not allowed:       // REGISTER_PARAMETER      /** REGISTER_PARAMETER **/
    /*************************
          REGISTER_PARAMETER
    *************************/ #ifdef 0     REGISTER_PARAMETER #endif
REGISTER_PARAMETER
Reserved name for defining a parameter.
REGISTER_DESC_NUM REGISTER_DESC_STRING REGISTER_DESC_BOOL
Reserved name for defining range within a parameter.
REGISTER_APPLICATION
Reserved name for defining an application
Callback stub function Name
Reserved for defining a stub function. Stub functions should reside in a file within the Drivers/BSP/Feature directory.
PARAM_TYPE_NUMERIC PARAM_TYPE_BOOL PARAM_TYPE_STRING