Searched refs:touch_event (Results 1 – 8 of 8) sorted by relevance
| /hal_nxp-latest/mcux/mcux-sdk/components/ft5406/ |
| D | fsl_ft5406.c | 103 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()
|
| D | fsl_ft5406.h | 97 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/ |
| D | fsl_ft6x06.c | 162 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()
|
| D | fsl_ft6x06.h | 145 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/ |
| D | fsl_ft3267.c | 95 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()
|
| D | fsl_ft3267.h | 131 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/ |
| D | fsl_ft5406_rt.c | 98 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()
|
| D | fsl_ft5406_rt.h | 97 status_t FT5406_RT_GetSingleTouch(ft5406_rt_handle_t *handle, touch_event_t *touch_event, int *touc…
|