Searched refs:ft6x06_handle_t (Results 1 – 2 of 2) sorted by relevance
/hal_nxp-3.5.0/mcux/mcux-sdk/components/ft6x06/ |
D | fsl_ft6x06.h | 58 } ft6x06_handle_t; typedef 60 status_t FT6X06_Init(ft6x06_handle_t *handle, ARM_DRIVER_I2C *i2c_driver); 62 status_t FT6X06_Denit(ft6x06_handle_t *handle); 64 void FT6X06_EventHandler(ft6x06_handle_t *handle, uint32_t i2c_event); 66 status_t FT6X06_GetSingleTouch(ft6x06_handle_t *handle, touch_event_t *touch_event, int *touch_x, i… 68 status_t FT6X06_GetMultiTouch(ft6x06_handle_t *handle, int *touch_count, touch_point_t touch_array[…
|
D | fsl_ft6x06.c | 34 void FT6X06_EventHandler(ft6x06_handle_t *handle, uint32_t i2c_event) in FT6X06_EventHandler() 40 static uint32_t FT_6X06_WaitEvent(ft6x06_handle_t *handle) in FT_6X06_WaitEvent() 53 status_t FT6X06_Init(ft6x06_handle_t *handle, ARM_DRIVER_I2C *i2c_driver) in FT6X06_Init() 87 status_t FT6X06_Denit(ft6x06_handle_t *handle) in FT6X06_Denit() 100 status_t FT6X06_ReadTouchData(ft6x06_handle_t *handle) in FT6X06_ReadTouchData() 135 status_t FT6X06_GetSingleTouch(ft6x06_handle_t *handle, touch_event_t *touch_event, int *touch_x, i… in FT6X06_GetSingleTouch() 169 status_t FT6X06_GetMultiTouch(ft6x06_handle_t *handle, int *touch_count, touch_point_t touch_array[… in FT6X06_GetMultiTouch()
|