typedef struct\r
{\r
const uint8_t ParamID; /**< Parameter ID number to uniquely identify the parameter within the device */\r
+ const uint8_t ParamPrivileges; /**< Parameter privileges to allow the host to read or write the parameter's value */\r
uint8_t ParamValue; /**< Current parameter's value within the device */\r
- uint8_t ParamPrivileges; /**< Parameter privileges to allow the host to read or write the parameter's value */\r
} ParameterItem_t;\r
\r
/* Function Prototypes: */\r