STM32F413H-Discovery + 0/4 examples
SourceVu will show references to TS_StateTypeDef from the following samples and libraries:
Examples
STM32F413H-Discovery
Demonstrations
Examples
Applications
USB_Host
 
Symbols
loading...
Files
loading...
SummarySyntaxRelatedReferences

Fields

Field
Declared as
Description
uint8_t
Total number of active touches detected at last scan.
uint16_t[TS_MAX_NB_TOUCH]
Touch X[0], X[1] coordinates on 12 bits.
uint16_t[TS_MAX_NB_TOUCH]
Touch Y[0], Y[1] coordinates on 12 bits.
Touch_Weight[0], Touch_Weight[1] : weight property of touches.
Touch_EventId[0], Touch_EventId[1] : take value of type TS_TouchEventTypeDef .
Touch_Area[0], Touch_Area[1] : touch area of each touch.
uint32_t
type of gesture detected : take value of type TS_GestureIdTypeDef .

References

from examples