STM32412G-Discovery
TS_StatusTypeDef
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_StatusTypeDef
TS_StatusTypeDef enum
Syntax
Show:
Summary
Declaration
from
stm32412g_discovery_ts.h:99
enum
{
TS_OK
=
0x00
,
TS_ERROR
=
0x01
,
TS_TIMEOUT
=
0x02
,
TS_DEVICE_NOT_FOUND
=
0x03
}
;
Values
Value
Declared as
Description
TS_StatusTypeDef::TS_OK
=
0x00
Touch Ok.
TS_StatusTypeDef::TS_ERROR
=
0x01
Touch Error.
TS_StatusTypeDef::TS_TIMEOUT
=
0x02
Touch Timeout.
TS_StatusTypeDef::TS_DEVICE_NOT_FOUND
=
0x03
Touchscreen device not found.
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