BSP
A2 is only used within BSP.
 
Symbols
loading...
Files
loading...

A2 variable

Syntax

static int16_t A1, A2;

References

LocationReferrerText
ts_calibration.c:38
static int16_t A1, A2, B1, B2;
ts_calibration.c:105Touchscreen_Calibration()
A2 = (1000 * ( aLogY[1] - aLogY[0])) / ( aPhysY[1] - aPhysY[0]);
ts_calibration.c:106Touchscreen_Calibration()
B2 = (1000 * aLogY[0]) - A2 * aPhysY[0];
ts_calibration.c:276TouchScreen_Get_Calibrated_Y()
return (((A2 * y) + B2) / 1000);

Data Use

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