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

A1 variable

Syntax

int32_t A1;

References

LocationReferrerText
calibration.c:79
int32_t A1, A2, B1, B2;
calibration.c:218CALIBRATION_Check()
A1 = data1.b.A1 ;
calibration.c:239CALIBRATION_Check()
A1 = (1000 * ( aLogX[1] - aLogX[0]))/ ( aPhysX[1] - aPhysX[0]);
calibration.c:240CALIBRATION_Check()
B1 = (1000 * aLogX[0]) - A1 * aPhysX[0];
calibration.c:245CALIBRATION_Check()
data1.b.A1 = A1;
calibration.c:277CALIBRATION_GetX()
return (((A1 * x) + B1)/1000);

Data Use

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