Searched refs:touchPointNum (Results 1 – 2 of 2) sorted by relevance
185 gt911Config[GT911_REG_TOUCH_NUM - GT911_CONFIG_ADDR] = (config->touchPointNum) & 0x0FU; in GT911_Init()203 static status_t GT911_ReadRawTouchData(gt911_handle_t *handle, uint8_t *touchPointNum) in GT911_ReadRawTouchData() argument211 *touchPointNum = 0; in GT911_ReadRawTouchData()215 *touchPointNum = gt911Stat & GT911_STAT_POINT_NUMBER_MASK; in GT911_ReadRawTouchData()219 if (*touchPointNum > 0U) in GT911_ReadRawTouchData()222 … (void *)handle->pointReg, (*touchPointNum) * sizeof(gt911_point_reg_t)); in GT911_ReadRawTouchData()236 uint8_t touchPointNum; in GT911_GetSingleTouch() local238 status = GT911_ReadRawTouchData(handle, &touchPointNum); in GT911_GetSingleTouch()242 if (touchPointNum > 0U) in GT911_GetSingleTouch()
112 uint8_t touchPointNum; /*!< How many touch points to enable. */ member125 uint8_t touchPointNum; /*!< How many touch points to enable. */ member