Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/mcux/mcux-sdk/components/ft5406/
Dfsl_ft5406.h56 } ft5406_handle_t; typedef
58 status_t FT5406_Init(ft5406_handle_t *handle, I2C_Type *base);
60 status_t FT5406_Denit(ft5406_handle_t *handle);
62 status_t FT5406_GetSingleTouch(ft5406_handle_t *handle, touch_event_t *touch_event, int *touch_x, i…
64 status_t FT5406_GetMultiTouch(ft5406_handle_t *handle, int *touch_count, touch_point_t touch_array[…
Dfsl_ft5406.c34 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()