Searched refs:touch_event_t (Results 1 – 8 of 8) sorted by relevance
/hal_nxp-3.5.0/mcux/mcux-sdk/components/ft5406/ |
D | fsl_ft5406.h | 41 } 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…
|
D | fsl_ft5406.c | 29 #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/ |
D | fsl_ft5406_rt.h | 41 } 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…
|
D | fsl_ft5406_rt.c | 29 #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/ |
D | fsl_ft6x06.h | 42 } 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…
|
D | fsl_ft6x06.c | 29 #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/ |
D | fsl_ft3267.h | 61 } 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…
|
D | fsl_ft3267.c | 29 #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()
|