Searched refs:touch_buf (Results 1 – 6 of 6) sorted by relevance
| /hal_nxp-latest/mcux/mcux-sdk/components/ft6x06/ |
| D | fsl_ft6x06.c | 72 memset(handle->touch_buf, 0, FT6X06_TOUCH_DATA_LEN); in FT6X06_Init() 97 memset(handle->touch_buf, 0, FT6X06_TOUCH_DATA_LEN); in FT6X06_Init() 142 …else if (handle->i2c_driver->MasterReceive(FT6X06_I2C_ADDRESS, handle->touch_buf, FT6X06_TOUCH_DAT… in FT6X06_ReadTouchData() 157 … return handle->I2C_ReceiveFunc(FT6X06_I2C_ADDRESS, F6X06_TOUCH_DATA_SUBADDR, 1, handle->touch_buf, in FT6X06_ReadTouchData() 171 ft6x06_touch_data_t *touch_data = (ft6x06_touch_data_t *)(void *)(handle->touch_buf); in FT6X06_GetSingleTouch() 204 ft6x06_touch_data_t *touch_data = (ft6x06_touch_data_t *)(void *)(handle->touch_buf); in FT6X06_GetMultiTouch()
|
| D | fsl_ft6x06.h | 85 uint8_t touch_buf[FT6X06_TOUCH_DATA_LEN]; member
|
| /hal_nxp-latest/mcux/mcux-sdk/components/ft5406/ |
| D | fsl_ft5406.c | 52 memset(handle->touch_buf, 0, FT5406_TOUCH_DATA_LEN); in FT5406_Init() 71 xfer->data = handle->touch_buf; in FT5406_Init() 112 ft5406_touch_data_t *touch_data = (ft5406_touch_data_t *)(void *)(handle->touch_buf); in FT5406_GetSingleTouch() 145 ft5406_touch_data_t *touch_data = (ft5406_touch_data_t *)(void *)(handle->touch_buf); in FT5406_GetMultiTouch()
|
| D | fsl_ft5406.h | 58 uint8_t touch_buf[FT5406_TOUCH_DATA_LEN]; member
|
| /hal_nxp-latest/mcux/mcux-sdk/components/ft5406_rt/ |
| D | fsl_ft5406_rt.c | 51 (void)memset(handle->touch_buf, 0, FT5406_RT_TOUCH_DATA_LEN); in FT5406_RT_Init() 70 xfer->data = handle->touch_buf; in FT5406_RT_Init() 107 ft5406_rt_touch_data_t *touch_data = (ft5406_rt_touch_data_t *)(void *)(handle->touch_buf); in FT5406_RT_GetSingleTouch() 143 ft5406_rt_touch_data_t *touch_data = (ft5406_rt_touch_data_t *)(void *)(handle->touch_buf); in FT5406_RT_GetMultiTouch()
|
| D | fsl_ft5406_rt.h | 58 uint8_t touch_buf[FT5406_RT_TOUCH_DATA_LEN]; member
|