Home
last modified time | relevance | path

Searched refs:FT5406_MAX_TOUCHES (Results 1 – 2 of 2) sorted by relevance

/hal_nxp-3.5.0/mcux/mcux-sdk/components/ft5406/
Dfsl_ft5406.c26 ft5406_touch_point_t TOUCH[FT5406_MAX_TOUCHES];
137 …ultiTouch(ft5406_handle_t *handle, int *touch_count, touch_point_t touch_array[FT5406_MAX_TOUCHES]) in FT5406_GetMultiTouch() argument
149 if (touch_data->TD_STATUS > FT5406_MAX_TOUCHES) in FT5406_GetMultiTouch()
170 for (; i < FT5406_MAX_TOUCHES; i++) in FT5406_GetMultiTouch()
Dfsl_ft5406.h27 #define FT5406_MAX_TOUCHES (5U) macro
64 …ltiTouch(ft5406_handle_t *handle, int *touch_count, touch_point_t touch_array[FT5406_MAX_TOUCHES]);