Home
last modified time | relevance | path

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

/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()
101 touch_event_t touch_event_local; in FT5406_RT_GetSingleTouch()
109 touch_event_local = (touch_event_t)(uint8_t)TOUCH_POINT_GET_EVENT(touch_data->TOUCH[0]); in FT5406_RT_GetSingleTouch()
162 … touch_array[i].TOUCH_EVENT = (touch_event_t)(uint8_t)TOUCH_POINT_GET_EVENT(touch_data->TOUCH[i]); in FT5406_RT_GetMultiTouch()
Dfsl_ft5406_rt.h42 } touch_event_t; typedef
47 touch_event_t TOUCH_EVENT; /*!< Indicates the state or event of the touch point. */
97 status_t FT5406_RT_GetSingleTouch(ft5406_rt_handle_t *handle, touch_event_t *touch_event, int *touc…
/hal_nxp-latest/mcux/mcux-sdk/components/ft5406/
Dfsl_ft5406.h42 } touch_event_t; typedef
47 touch_event_t TOUCH_EVENT; /*!< Indicates the state or event of the touch point. */
97 status_t FT5406_GetSingleTouch(ft5406_handle_t *handle, touch_event_t *touch_event, int *touch_x, i…
Dfsl_ft5406.c29 #define TOUCH_POINT_GET_EVENT(T) ((touch_event_t)((T).XH >> 6))
103 status_t FT5406_GetSingleTouch(ft5406_handle_t *handle, touch_event_t *touch_event, int *touch_x, i… in FT5406_GetSingleTouch()
106 touch_event_t touch_event_local; in FT5406_GetSingleTouch()
/hal_nxp-latest/mcux/mcux-sdk/components/ft3267/
Dfsl_ft3267.h61 } touch_event_t; typedef
66 touch_event_t TOUCH_EVENT; /*!< Indicates the state or event of the touch point. */
131 status_t FT3267_GetSingleTouch(ft3267_handle_t *handle, touch_event_t *touch_event, int *touch_x, i…
Dfsl_ft3267.c29 #define TOUCH_POINT_GET_EVENT(T) ((touch_event_t)(uint8_t)((T).XH >> 6U))
95 status_t FT3267_GetSingleTouch(ft3267_handle_t *handle, touch_event_t *touch_event, int *touch_x, i… in FT3267_GetSingleTouch()
98 touch_event_t touch_event_local; in FT3267_GetSingleTouch()
/hal_nxp-latest/mcux/mcux-sdk/components/ft6x06/
Dfsl_ft6x06.h63 } touch_event_t; typedef
68 touch_event_t TOUCH_EVENT; /*!< Indicates the state or event of the touch point. */
145 status_t FT6X06_GetSingleTouch(ft6x06_handle_t *handle, touch_event_t *touch_event, int *touch_x, i…
Dfsl_ft6x06.c29 #define TOUCH_POINT_GET_EVENT(T) ((touch_event_t)((T).XH >> 6))
162 status_t FT6X06_GetSingleTouch(ft6x06_handle_t *handle, touch_event_t *touch_event, int *touch_x, i… in FT6X06_GetSingleTouch()
165 touch_event_t touch_event_local; in FT6X06_GetSingleTouch()