TS_MAX_NB_TOUCH is only used within STM32F413H-Discovery.
 
Symbols
loading...
Files
loading...

TS_MAX_NB_TOUCH macro

Syntax

#define TS_MAX_NB_TOUCH ((uint32_t) FT6206_MAX_DETECTABLE_TOUCH)

References

LocationText
stm32f413h_discovery_ts.h:59
#define TS_MAX_NB_TOUCH ((uint32_t) FT6206_MAX_DETECTABLE_TOUCH)
stm32f413h_discovery_ts.c:232
static uint32_t _x[TS_MAX_NB_TOUCH] = {0, 0};
stm32f413h_discovery_ts.c:233
static uint32_t _y[TS_MAX_NB_TOUCH] = {0, 0};
stm32f413h_discovery_ts.c:236
uint16_t Raw_x[TS_MAX_NB_TOUCH];
stm32f413h_discovery_ts.c:237
uint16_t Raw_y[TS_MAX_NB_TOUCH];
stm32f413h_discovery_ts.c:453
for(index = 0; index < TS_MAX_NB_TOUCH; index++)
stm32f413h_discovery_ts.h:88
uint16_t touchX[TS_MAX_NB_TOUCH]; /*!< Touch X[0], X[1] coordinates on 12 bits */
stm32f413h_discovery_ts.h:89
uint16_t touchY[TS_MAX_NB_TOUCH]; /*!< Touch Y[0], Y[1] coordinates on 12 bits */
stm32f413h_discovery_ts.h:92
uint8_t touchWeight[TS_MAX_NB_TOUCH]; /*!< Touch_Weight[0], Touch_Weight[1] : weight property of touches */
stm32f413h_discovery_ts.h:93
uint8_t touchEventId[TS_MAX_NB_TOUCH]; /*!< Touch_EventId[0], Touch_EventId[1] : take value of type @ref TS_TouchEventTypeDef */
stm32f413h_discovery_ts.h:94
uint8_t touchArea[TS_MAX_NB_TOUCH]; /*!< Touch_Area[0], Touch_Area[1] : touch area of each touch */