STM32412G-Discovery
+
0
/2 examples
SourceVu will show references to
TS_StateTypeDef
from the following samples and libraries:
Examples
STM32F412G-Discovery
Demonstrations
STemWin
Examples
BSP
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
STM32412G-Discovery
TS_StateTypeDef
TS_StateTypeDef struct
TS_StateTypeDef Define TS State structure
Syntax
Show:
Summary
Declaration
from
stm32412g_discovery_ts.h:79
typedef
struct
{
uint8_t
touchDetected
;
uint16_t
touchX
[
TS_MAX_NB_TOUCH
]
;
uint16_t
touchY
[
TS_MAX_NB_TOUCH
]
;
#if
(
TS_MULTI_TOUCH_SUPPORTED
==
1
)
uint8_t
touchWeight
[
TS_MAX_NB_TOUCH
]
;
uint8_t
touchEventId
[
TS_MAX_NB_TOUCH
]
;
uint8_t
touchArea
[
TS_MAX_NB_TOUCH
]
;
uint32_t
gestureId
;
#endif
}
TS_StateTypeDef
;
Fields
Field
Declared as
Description
TS_StateTypeDef::touchDetected
uint8_t
Total number of active touches detected at last scan.
TS_StateTypeDef::touchX
uint16_t
[
TS_MAX_NB_TOUCH
]
Touch X[0], X[1] coordinates on 12 bits.
TS_StateTypeDef::touchY
uint16_t
[
TS_MAX_NB_TOUCH
]
Touch Y[0], Y[1] coordinates on 12 bits.
Related Functions
Found 1 other functions taking a
TS_StateTypeDef
argument:
Function
Description
BSP_TS_GetState()
Returns status and positions of the touch screen.
Examples
TS_StateTypeDef
is referenced by 2 libraries and example projects:
References
from
examples
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out