STM32F723E-Discovery BSP User Manual: TS_StateTypeDef Struct Reference

STM32F723E-Discovery BSP Drivers

TS_StateTypeDef Struct Reference

TS_StateTypeDef Define TS State structure. More...

#include <stm32f723e_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 95 of file stm32f723e_discovery_ts.h.


Field Documentation

Total number of active touches detected at last scan

Definition at line 97 of file stm32f723e_discovery_ts.h.

Referenced by BSP_TS_GetState().

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

Definition at line 98 of file stm32f723e_discovery_ts.h.

Referenced by BSP_TS_GetState().

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

Definition at line 99 of file stm32f723e_discovery_ts.h.

Referenced by BSP_TS_GetState().


The documentation for this struct was generated from the following file:
Generated on Mon Jan 2 2017 09:52:50 for STM32F723E-Discovery BSP User Manual by   doxygen 1.7.6.1