Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/mcux/mcux-sdk/components/ft5406/
Dfsl_ft5406.h41 } touch_event_t; typedef
45 touch_event_t TOUCH_EVENT; /*!< Indicates the state or event of the touch point. */
62 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-3.5.0/mcux/mcux-sdk/components/ft5406_rt/
Dfsl_ft5406_rt.h41 } touch_event_t; typedef
45 touch_event_t TOUCH_EVENT; /*!< Indicates the state or event of the touch point. */
62 status_t FT5406_RT_GetSingleTouch(ft5406_rt_handle_t *handle, touch_event_t *touch_event, int *touc…
Dfsl_ft5406_rt.c29 #define TOUCH_POINT_GET_EVENT(T) ((touch_event_t)((T).XH >> 6))
103 status_t FT5406_RT_GetSingleTouch(ft5406_rt_handle_t *handle, touch_event_t *touch_event, int *touc… in FT5406_RT_GetSingleTouch()
106 touch_event_t touch_event_local; in FT5406_RT_GetSingleTouch()
/hal_nxp-3.5.0/mcux/mcux-sdk/components/ft6x06/
Dfsl_ft6x06.h42 } touch_event_t; typedef
46 touch_event_t TOUCH_EVENT; /*!< Indicates the state or event of the touch point. */
66 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))
135 status_t FT6X06_GetSingleTouch(ft6x06_handle_t *handle, touch_event_t *touch_event, int *touch_x, i… in FT6X06_GetSingleTouch()
138 touch_event_t touch_event_local; in FT6X06_GetSingleTouch()
/hal_nxp-3.5.0/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. */
130 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()