Searched refs:ft5406_handle_t (Results 1 – 2 of 2) sorted by relevance
| /hal_nxp-latest/mcux/mcux-sdk/components/ft5406/ |
| D | fsl_ft5406.h | 59 } ft5406_handle_t; typedef 76 status_t FT5406_Init(ft5406_handle_t *handle, I2C_Type *base); 84 status_t FT5406_Denit(ft5406_handle_t *handle); 97 status_t FT5406_GetSingleTouch(ft5406_handle_t *handle, touch_event_t *touch_event, int *touch_x, i… 110 status_t FT5406_GetMultiTouch(ft5406_handle_t *handle, int *touch_count, touch_point_t touch_array[…
|
| D | fsl_ft5406.c | 34 status_t FT5406_Init(ft5406_handle_t *handle, I2C_Type *base) in FT5406_Init() 78 status_t FT5406_Denit(ft5406_handle_t *handle) in FT5406_Denit() 91 status_t FT5406_ReadTouchData(ft5406_handle_t *handle) in FT5406_ReadTouchData() 103 status_t FT5406_GetSingleTouch(ft5406_handle_t *handle, touch_event_t *touch_event, int *touch_x, i… in FT5406_GetSingleTouch() 137 status_t FT5406_GetMultiTouch(ft5406_handle_t *handle, int *touch_count, touch_point_t touch_array[… in FT5406_GetMultiTouch()
|