Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/mcux/mcux-sdk/components/ektf2k/
Dfsl_ektf2k.h59 } ektf2k_handle_t; typedef
76 status_t EKTF2K_Init(ektf2k_handle_t *handle, const ektf2k_config_t *config);
84 status_t EKTF2K_Deinit(ektf2k_handle_t *handle);
96 status_t EKTF2K_GetResolution(ektf2k_handle_t *handle, int *resolutionX, int *resolutionY);
106 status_t EKTF2K_GetSingleTouch(ektf2k_handle_t *handle, int *touch_x, int *touch_y);
115 status_t EKTF2K_GetMultiTouch(ektf2k_handle_t *handle, touch_point_t touch_array[EKTF2K_MAX_TOUCHES…
Dfsl_ektf2k.c57 status_t EKTF2K_Init(ektf2k_handle_t *handle, const ektf2k_config_t *config) in EKTF2K_Init()
132 status_t EKTF2K_Deinit(ektf2k_handle_t *handle) in EKTF2K_Deinit()
144 status_t EKTF2K_GetSingleTouch(ektf2k_handle_t *handle, int *touch_x, int *touch_y) in EKTF2K_GetSingleTouch()
174 status_t EKTF2K_GetMultiTouch(ektf2k_handle_t *handle, touch_point_t touch_array[EKTF2K_MAX_TOUCHES… in EKTF2K_GetMultiTouch()
216 status_t EKTF2K_GetResolution(ektf2k_handle_t *handle, int *resolutionX, int *resolutionY) in EKTF2K_GetResolution()