.ParamPrivileges = PARAM_PRIV_READ },\r
\r
{ .ParamID = PARAM_SCK_DURATION,\r
.ParamPrivileges = PARAM_PRIV_READ },\r
\r
{ .ParamID = PARAM_SCK_DURATION,\r
.ParamPrivileges = PARAM_PRIV_READ | PARAM_PRIV_WRITE },\r
\r
{ .ParamID = PARAM_RESET_POLARITY,\r
.ParamPrivileges = PARAM_PRIV_READ | PARAM_PRIV_WRITE },\r
\r
{ .ParamID = PARAM_RESET_POLARITY,\r
void V2Params_LoadNonVolatileParamValues(void)\r
{\r
/* Target RESET line polarity is a non-volatile value, retrieve current parameter value from EEPROM -\r
void V2Params_LoadNonVolatileParamValues(void)\r
{\r
/* Target RESET line polarity is a non-volatile value, retrieve current parameter value from EEPROM -\r
/** Sets the value for a given parameter in the parameter table.\r
*\r
* \param[in] ParamID Parameter ID whose value is to be set in the table\r
/** Sets the value for a given parameter in the parameter table.\r
*\r
* \param[in] ParamID Parameter ID whose value is to be set in the table\r
{\r
/* Find the parameter in the parameter table if present */\r
for (uint8_t TableIndex = 0; TableIndex < (sizeof(ParameterTable) / sizeof(ParameterTable[0])); TableIndex++)\r
{\r
/* Find the parameter in the parameter table if present */\r
for (uint8_t TableIndex = 0; TableIndex < (sizeof(ParameterTable) / sizeof(ParameterTable[0])); TableIndex++)\r