STM32412G-Discovery
TS_TouchEventTypeDef
is only used within STM32412G-Discovery.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Values
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
STM32412G-Discovery
TS_TouchEventTypeDef
TS_TouchEventTypeDef enum
Syntax
Show:
Summary
Declaration
from
stm32412g_discovery_ts.h:129
enum
{
TOUCH_EVENT_NO_EVT
=
0x00
,
TOUCH_EVENT_PRESS_DOWN
=
0x01
,
TOUCH_EVENT_LIFT_UP
=
0x02
,
TOUCH_EVENT_CONTACT
=
0x03
,
TOUCH_EVENT_NB_MAX
=
0x04
}
;
Values
Value
Declared as
Description
TS_TouchEventTypeDef::TOUCH_EVENT_NO_EVT
=
0x00
Touch Event : undetermined.
TS_TouchEventTypeDef::TOUCH_EVENT_PRESS_DOWN
=
0x01
Touch Event Press Down.
TS_TouchEventTypeDef::TOUCH_EVENT_LIFT_UP
=
0x02
Touch Event Lift Up.
TS_TouchEventTypeDef::TOUCH_EVENT_CONTACT
=
0x03
Touch Event Contact.
TS_TouchEventTypeDef::TOUCH_EVENT_NB_MAX
=
0x04
max number of touch events kind.
Examples
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