Home
last modified time | relevance | path

Searched refs:TD_STATUS (Results 1 – 4 of 4) sorted by relevance

/hal_nxp-3.5.0/mcux/mcux-sdk/components/ft3267/
Dfsl_ft3267.c25 uint8_t TD_STATUS; member
144 if (touch_data->TD_STATUS > FT3267_MAX_TOUCHES) in FT3267_GetMultiTouch()
146 touch_data->TD_STATUS = 0; in FT3267_GetMultiTouch()
152 *touch_count = (int)touch_data->TD_STATUS; in FT3267_GetMultiTouch()
156 for (i = 0; i < touch_data->TD_STATUS; i++) in FT3267_GetMultiTouch()
/hal_nxp-3.5.0/mcux/mcux-sdk/components/ft5406/
Dfsl_ft5406.c25 uint8_t TD_STATUS; member
149 if (touch_data->TD_STATUS > FT5406_MAX_TOUCHES) in FT5406_GetMultiTouch()
151 touch_data->TD_STATUS = 0; in FT5406_GetMultiTouch()
157 *touch_count = touch_data->TD_STATUS; in FT5406_GetMultiTouch()
161 for (i = 0; i < touch_data->TD_STATUS; i++) in FT5406_GetMultiTouch()
/hal_nxp-3.5.0/mcux/mcux-sdk/components/ft5406_rt/
Dfsl_ft5406_rt.c25 uint8_t TD_STATUS; member
151 if (touch_data->TD_STATUS > FT5406_RT_MAX_TOUCHES) in FT5406_RT_GetMultiTouch()
153 touch_data->TD_STATUS = 0; in FT5406_RT_GetMultiTouch()
159 *touch_count = touch_data->TD_STATUS; in FT5406_RT_GetMultiTouch()
163 for (i = 0; i < touch_data->TD_STATUS; i++) in FT5406_RT_GetMultiTouch()
/hal_nxp-3.5.0/mcux/mcux-sdk/components/ft6x06/
Dfsl_ft6x06.c25 uint8_t TD_STATUS; member
182 if (touch_data->TD_STATUS > FT6X06_MAX_TOUCHES) in FT6X06_GetMultiTouch()
183 touch_data->TD_STATUS = 0; in FT6X06_GetMultiTouch()
188 *touch_count = touch_data->TD_STATUS; in FT6X06_GetMultiTouch()
192 for (i = 0; i < touch_data->TD_STATUS; i++) in FT6X06_GetMultiTouch()