STM32469I_EVAL
+
0
/6 examples
SourceVu will show references to
TS_StateTypeDef
from the following samples and libraries:
Examples
STM32469I_EVAL
Demonstrations
STemWin
Examples
BSP
Applications
Display
LCD_DSI_ImagesSlider
LCD_Paint
STemWin
STemWin_Fonts
STemWin_SampleDemo
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
STM32469I_EVAL
TS_StateTypeDef
TS_StateTypeDef struct
TS_StateTypeDef Define TS State structure
Syntax
Show:
Summary
Declaration
from
stm32469i_eval_ts.h:74
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.
TS_StateTypeDef::touchWeight
uint8_t
[
TS_MAX_NB_TOUCH
]
Touch_Weight[0], Touch_Weight[1] : weight property of touches.
TS_StateTypeDef::touchEventId
uint8_t
[
TS_MAX_NB_TOUCH
]
Touch_EventId[0], Touch_EventId[1] : take value of type
TS_TouchEventTypeDef
.
TS_StateTypeDef::touchArea
uint8_t
[
TS_MAX_NB_TOUCH
]
Touch_Area[0], Touch_Area[1] : touch area of each touch.
TS_StateTypeDef::gestureId
uint32_t
type of gesture detected : take value of type
TS_GestureIdTypeDef
.
Related Functions
Found 3 other functions taking a
TS_StateTypeDef
argument:
Function
Description
BSP_TS_GetState()
Returns status and positions of the touch screen.
BSP_TS_ResetTouchData()
Function used to reset all touch data before a new acquisition of touch information.
BSP_TS_Get_GestureId()
Update gesture Id following a touch detected.
Examples
TS_StateTypeDef
is referenced by 6 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