Home
last modified time | relevance | path

Searched refs:resolutionY (Results 1 – 4 of 4) sorted by relevance

/hal_nxp-latest/mcux/mcux-sdk/components/gt911/
Dfsl_gt911.c194 handle->resolutionY = ((uint16_t)gt911Config[GT911_REG_YH - GT911_CONFIG_ADDR]) << 8U; in GT911_Init()
195 handle->resolutionY += gt911Config[GT911_REG_YL - GT911_CONFIG_ADDR]; in GT911_Init()
334 status_t GT911_GetResolution(gt911_handle_t *handle, int *resolutionX, int *resolutionY) in GT911_GetResolution() argument
337 *resolutionY = (int)handle->resolutionY; in GT911_GetResolution()
Dfsl_gt911.h132 uint16_t resolutionY; /*!< Resolution. */ member
194 status_t GT911_GetResolution(gt911_handle_t *handle, int *resolutionX, int *resolutionY);
/hal_nxp-latest/mcux/mcux-sdk/components/ektf2k/
Dfsl_ektf2k.c127 handle->resolutionY = ((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() argument
219 *resolutionY = handle->resolutionY; in EKTF2K_GetResolution()
Dfsl_ektf2k.h58 …uint16_t resolutionY; /*!< Resolution of the touch IC, it might be different with the display reso… member
96 status_t EKTF2K_GetResolution(ektf2k_handle_t *handle, int *resolutionX, int *resolutionY);