BSP
GetPhysValues() is only used within BSP.
 
Symbols
loading...
Files
loading...

GetPhysValues() function

Get Physical position

Syntax

static void GetPhysValues(int16_t LogX,     int16_t LogY,     int16_t * pPhysX,     int16_t * pPhysY);
Implemented in ts_calibration.c:123

Arguments

LogX

logical X position

LogY

logical Y position

pPhysX

Physical X position

pPhysY

Physical Y position

Return value

None

References

LocationReferrerText
ts_calibration.c:123
static void GetPhysValues(int16_t LogX, int16_t LogY, int16_t * pPhysX, int16_t * pPhysY)
ts_calibration.c:41
static void GetPhysValues(int16_t LogX, int16_t LogY, int16_t * pPhysX, int16_t * pPhysY);
ts_calibration.c:79Touchscreen_Calibration()
GetPhysValues(aLogX[i], aLogY[i], &aPhysX[i], &aPhysY[i]);

Call Tree

Functions calling GetPhysValues()
Functions called by GetPhysValues()
all items filtered out
GetPhysValues()
Data read by GetPhysValues()
GetPhysValues()::LogX
GetPhysValues()::LogY
all items filtered out
GetPhysValues()