Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/mcux/mcux-sdk/components/ft3267/
Dfsl_ft3267.h88 } ft3267_handle_t; typedef
108 status_t FT3267_Init(ft3267_handle_t *handle, const ft3267_config_t *config);
118 status_t FT3267_Deinit(ft3267_handle_t *handle);
130 status_t FT3267_GetSingleTouch(ft3267_handle_t *handle, touch_event_t *touch_event, int *touch_x, i…
143 status_t FT3267_GetMultiTouch(ft3267_handle_t *handle, int *touch_count, touch_point_t touch_array[…
Dfsl_ft3267.c39 status_t FT3267_Init(ft3267_handle_t *handle, const ft3267_config_t *config) in FT3267_Init()
69 status_t FT3267_Deinit(ft3267_handle_t *handle) in FT3267_Deinit()
95 status_t FT3267_GetSingleTouch(ft3267_handle_t *handle, touch_event_t *touch_event, int *touch_x, i… in FT3267_GetSingleTouch()
131 status_t FT3267_GetMultiTouch(ft3267_handle_t *handle, int *touch_count, touch_point_t touch_array[… in FT3267_GetMultiTouch()