Home
last modified time | relevance | path

Searched refs:gt911_handle_t (Results 1 – 2 of 2) sorted by relevance

/hal_nxp-latest/mcux/mcux-sdk/components/gt911/
Dfsl_gt911.h133 } gt911_handle_t; typedef
150 status_t GT911_Init(gt911_handle_t *handle, const gt911_config_t *config);
158 status_t GT911_Deinit(gt911_handle_t *handle);
168 status_t GT911_GetSingleTouch(gt911_handle_t *handle, int *touch_x, int *touch_y);
182 status_t GT911_GetMultiTouch(gt911_handle_t *handle, uint8_t *touch_count, touch_point_t touch_arra…
194 status_t GT911_GetResolution(gt911_handle_t *handle, int *resolutionX, int *resolutionY);
Dfsl_gt911.c73 status_t GT911_Init(gt911_handle_t *handle, const gt911_config_t *config) in GT911_Init()
216 status_t GT911_Deinit(gt911_handle_t *handle) in GT911_Deinit()
222 static status_t GT911_ReadRawTouchData(gt911_handle_t *handle, uint8_t *touchPointNum) in GT911_ReadRawTouchData()
256 status_t GT911_GetSingleTouch(gt911_handle_t *handle, int *touch_x, int *touch_y) in GT911_GetSingleTouch()
285 status_t GT911_GetMultiTouch(gt911_handle_t *handle, uint8_t *touch_count, touch_point_t touch_arra… in GT911_GetMultiTouch()
334 status_t GT911_GetResolution(gt911_handle_t *handle, int *resolutionX, int *resolutionY) in GT911_GetResolution()