Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/mcux/mcux-sdk/components/ft3267/
Dfsl_ft3267.c26 ft3267_touch_point_t TOUCH[FT3267_MAX_TOUCHES];
131 …ultiTouch(ft3267_handle_t *handle, int *touch_count, touch_point_t touch_array[FT3267_MAX_TOUCHES]) in FT3267_GetMultiTouch() argument
144 if (touch_data->TD_STATUS > FT3267_MAX_TOUCHES) in FT3267_GetMultiTouch()
165 for (; i < FT3267_MAX_TOUCHES; i++) in FT3267_GetMultiTouch()
Dfsl_ft3267.h36 #define FT3267_MAX_TOUCHES (5U) macro
143 …ltiTouch(ft3267_handle_t *handle, int *touch_count, touch_point_t touch_array[FT3267_MAX_TOUCHES]);