STM32F769I-Discovery BSP User Manual: TS_StateTypeDef Struct Reference

STM32F769I-Discovery BSP Drivers

TS_StateTypeDef Struct Reference

TS_StateTypeDef Define TS State structure. More...

#include <stm32f769i_discovery_ts.h>

Data Fields

uint8_t touchDetected
uint16_t touchX [TS_MAX_NB_TOUCH]
uint16_t touchY [TS_MAX_NB_TOUCH]

Detailed Description

TS_StateTypeDef Define TS State structure.

Definition at line 92 of file stm32f769i_discovery_ts.h.


Field Documentation

Total number of active touches detected at last scan

Definition at line 94 of file stm32f769i_discovery_ts.h.

Referenced by BSP_TS_GetState().

Touch X[0], X[1] coordinates on 12 bits

Definition at line 95 of file stm32f769i_discovery_ts.h.

Referenced by BSP_TS_GetState().

Touch Y[0], Y[1] coordinates on 12 bits

Definition at line 96 of file stm32f769i_discovery_ts.h.

Referenced by BSP_TS_GetState().


The documentation for this struct was generated from the following file:
Generated on Fri Dec 30 2016 18:30:07 for STM32F769I-Discovery BSP User Manual by   doxygen 1.7.6.1