Home
last modified time | relevance | path

Searched refs:touch_event (Results 1 – 8 of 8) sorted by relevance

/hal_nxp-latest/mcux/mcux-sdk/components/ft5406/
Dfsl_ft5406.c103 status_t FT5406_GetSingleTouch(ft5406_handle_t *handle, touch_event_t *touch_event, int *touch_x, i… in FT5406_GetSingleTouch() argument
114 if (touch_event == NULL) in FT5406_GetSingleTouch()
116 touch_event = &touch_event_local; in FT5406_GetSingleTouch()
118 *touch_event = TOUCH_POINT_GET_EVENT(touch_data->TOUCH[0]); in FT5406_GetSingleTouch()
121 if ((*touch_event == kTouch_Down) || (*touch_event == kTouch_Contact)) in FT5406_GetSingleTouch()
Dfsl_ft5406.h97 status_t FT5406_GetSingleTouch(ft5406_handle_t *handle, touch_event_t *touch_event, int *touch_x, i…
/hal_nxp-latest/mcux/mcux-sdk/components/ft6x06/
Dfsl_ft6x06.c162 status_t FT6X06_GetSingleTouch(ft6x06_handle_t *handle, touch_event_t *touch_event, int *touch_x, i… in FT6X06_GetSingleTouch() argument
173 if (touch_event == NULL) in FT6X06_GetSingleTouch()
175 touch_event = &touch_event_local; in FT6X06_GetSingleTouch()
177 *touch_event = TOUCH_POINT_GET_EVENT(touch_data->TOUCH[0]); in FT6X06_GetSingleTouch()
180 if ((*touch_event == kTouch_Down) || (*touch_event == kTouch_Contact)) in FT6X06_GetSingleTouch()
Dfsl_ft6x06.h145 status_t FT6X06_GetSingleTouch(ft6x06_handle_t *handle, touch_event_t *touch_event, int *touch_x, i…
/hal_nxp-latest/mcux/mcux-sdk/components/ft3267/
Dfsl_ft3267.c95 status_t FT3267_GetSingleTouch(ft3267_handle_t *handle, touch_event_t *touch_event, int *touch_x, i… in FT3267_GetSingleTouch() argument
122 if (touch_event != NULL) in FT3267_GetSingleTouch()
124 *touch_event = touch_event_local; in FT3267_GetSingleTouch()
Dfsl_ft3267.h131 status_t FT3267_GetSingleTouch(ft3267_handle_t *handle, touch_event_t *touch_event, int *touch_x, i…
/hal_nxp-latest/mcux/mcux-sdk/components/ft5406_rt/
Dfsl_ft5406_rt.c98 status_t FT5406_RT_GetSingleTouch(ft5406_rt_handle_t *handle, touch_event_t *touch_event, int *touc… in FT5406_RT_GetSingleTouch() argument
111 if (touch_event != NULL) in FT5406_RT_GetSingleTouch()
113 *touch_event = touch_event_local; in FT5406_RT_GetSingleTouch()
Dfsl_ft5406_rt.h97 status_t FT5406_RT_GetSingleTouch(ft5406_rt_handle_t *handle, touch_event_t *touch_event, int *touc…