TouchScreen_Calibration_GetPhysValues() is only used within HID_Standalone.
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesHID_StandaloneTouchScreen_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:127

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:127
static void TouchScreen_Calibration_GetPhysValues(int16_t LogX, int16_t LogY, int16_t * pPhysX, int16_t * pPhysY)
ts_calibration.c:34
static void TouchScreen_Calibration_GetPhysValues(int16_t LogX, int16_t LogY, int16_t * pPhysX, int16_t * pPhysY) ;
ts_calibration.c:85Touchscreen_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()