Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/mcux/mcux-sdk/components/ft5406_rt/
Dfsl_ft5406_rt.h56 } ft5406_rt_handle_t; typedef
58 status_t FT5406_RT_Init(ft5406_rt_handle_t *handle, LPI2C_Type *base);
60 status_t FT5406_RT_Denit(ft5406_rt_handle_t *handle);
62 status_t FT5406_RT_GetSingleTouch(ft5406_rt_handle_t *handle, touch_event_t *touch_event, int *touc…
64 status_t FT5406_RT_GetMultiTouch(ft5406_rt_handle_t *handle,
Dfsl_ft5406_rt.c34 status_t FT5406_RT_Init(ft5406_rt_handle_t *handle, LPI2C_Type *base) in FT5406_RT_Init()
78 status_t FT5406_RT_Denit(ft5406_rt_handle_t *handle) in FT5406_RT_Denit()
91 status_t FT5406_RT_ReadTouchData(ft5406_rt_handle_t *handle) in FT5406_RT_ReadTouchData()
103 status_t FT5406_RT_GetSingleTouch(ft5406_rt_handle_t *handle, touch_event_t *touch_event, int *touc… in FT5406_RT_GetSingleTouch()
137 status_t FT5406_RT_GetMultiTouch(ft5406_rt_handle_t *handle, in FT5406_RT_GetMultiTouch()