BSP
TouchScreen_Calibration_GetPhysValues() is only used within BSP.
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesBSPTouchScreen_Calibration_GetPhysValues()

TouchScreen_Calibration_GetPhysValues() function

Get Physical position

Syntax

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

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:147
static void TouchScreen_Calibration_GetPhysValues(int16_t LogX, int16_t LogY, int16_t * pPhysX, int16_t * pPhysY)
ts_calibration.c:42
static void TouchScreen_Calibration_GetPhysValues(int16_t LogX, int16_t LogY, int16_t * pPhysX, int16_t * pPhysY) ;
ts_calibration.c:98Touchscreen_Calibration()
TouchScreen_Calibration_GetPhysValues(aLogX[i], aLogY[i], &aPhysX[i], &aPhysY[i]);

Call Tree

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