3.10 AD Calibration Verification
Description
Step-By-Step Instructions
Example of Usage
...
DSCB dscb;
DSCDACALPARAMS dscdacalparams;
BYTE result;
...
/* Step 1 */
dscadcalparams.adrange = 8; // select the range to verify; 255 = all ranges
/* Step 2 */
if ((result = dscADCalVerify(dscb, &dscadcalparams)) != DE_NONE)
return result;
...Last updated
Was this helpful?