Searched refs:resolutionX (Results 1 – 4 of 4) sorted by relevance
192 handle->resolutionX = ((uint16_t)gt911Config[GT911_REG_XH - GT911_CONFIG_ADDR]) << 8U; in GT911_Init()193 handle->resolutionX += gt911Config[GT911_REG_XL - GT911_CONFIG_ADDR]; in GT911_Init()334 status_t GT911_GetResolution(gt911_handle_t *handle, int *resolutionX, int *resolutionY) in GT911_GetResolution() argument336 *resolutionX = (int)handle->resolutionX; in GT911_GetResolution()
131 uint16_t resolutionX; /*!< Resolution. */ member194 status_t GT911_GetResolution(gt911_handle_t *handle, int *resolutionX, int *resolutionY);
113 handle->resolutionX = ((buf_recv[2])) | ((buf_recv[3] & 0xf0U) << 4U); in EKTF2K_Init()216 status_t EKTF2K_GetResolution(ektf2k_handle_t *handle, int *resolutionX, int *resolutionY) in EKTF2K_GetResolution() argument218 *resolutionX = handle->resolutionX; in EKTF2K_GetResolution()
57 …uint16_t resolutionX; /*!< Resolution of the touch IC, it might be different with the display reso… member96 status_t EKTF2K_GetResolution(ektf2k_handle_t *handle, int *resolutionX, int *resolutionY);