A1 is only used within STemWin_SampleDemo.
 
Symbols
loading...
Files
loading...

A1 variable

Syntax

int16_t A1;

References

LocationReferrerText
calibration.c:79
int16_t A1, A2, B1, B2;
calibration.c:216CALIBRATION_Check()
A1 = data1.b.A1;
calibration.c:237CALIBRATION_Check()
A1 = (1000 * ( aLogX[1] - aLogX[0]))/ ( aPhysX[1] - aPhysX[0]);
calibration.c:238CALIBRATION_Check()
B1 = (1000 * aLogX[0]) - A1 * aPhysX[0];
calibration.c:243CALIBRATION_Check()
data1.b.A1 = A1;
calibration.c:275CALIBRATION_GetX()
return (((A1 * x) + B1)/1000);

Data Use

Functions writing A1
Functions reading A1
all items filtered out
A1
Type of A1
A1
int16_t
all items filtered out