STM32L4R9I-Discovery BSP User Manual: TS_StateTypeDef Struct Reference

STM32L4R9I-Discovery BSP

TS_StateTypeDef Struct Reference

TS_StateTypeDef Define TS State structure. More...

#include <stm32l4r9i_discovery_ts.h>

Data Fields

uint8_t touchDetected
uint16_t touchX [TS_MAX_NB_TOUCH]
uint16_t touchY [TS_MAX_NB_TOUCH]
uint8_t touchWeight [TS_MAX_NB_TOUCH]
uint8_t touchEventId [TS_MAX_NB_TOUCH]
uint8_t touchArea [TS_MAX_NB_TOUCH]
uint32_t gestureId

Detailed Description

TS_StateTypeDef Define TS State structure.

Definition at line 94 of file stm32l4r9i_discovery_ts.h.


Field Documentation

type of gesture detected : take value of type TS_GestureIdTypeDef

Definition at line 102 of file stm32l4r9i_discovery_ts.h.

Referenced by BSP_TS_Get_GestureId(), and BSP_TS_ResetTouchData().

Touch_Area[0], Touch_Area[1] : touch area of each touch

Definition at line 101 of file stm32l4r9i_discovery_ts.h.

Referenced by BSP_TS_GetState(), and BSP_TS_ResetTouchData().

Total number of active touches detected at last scan

Definition at line 96 of file stm32l4r9i_discovery_ts.h.

Referenced by BSP_TS_GetState(), and BSP_TS_ResetTouchData().

Touch_EventId[0], Touch_EventId[1] : take value of type TS_TouchEventTypeDef

Definition at line 100 of file stm32l4r9i_discovery_ts.h.

Referenced by BSP_TS_GetState(), and BSP_TS_ResetTouchData().

Touch_Weight[0], Touch_Weight[1] : weight property of touches

Definition at line 99 of file stm32l4r9i_discovery_ts.h.

Referenced by BSP_TS_GetState(), and BSP_TS_ResetTouchData().

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

Definition at line 97 of file stm32l4r9i_discovery_ts.h.

Referenced by BSP_TS_GetState(), and BSP_TS_ResetTouchData().

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

Definition at line 98 of file stm32l4r9i_discovery_ts.h.

Referenced by BSP_TS_GetState(), and BSP_TS_ResetTouchData().


The documentation for this struct was generated from the following file:
Generated on Fri Oct 13 2017 02:37:43 for STM32L4R9I-Discovery BSP User Manual by   doxygen 1.7.6.1