STM32F413H-Discovery
BSP_TS_ResetTouchData()
is only used within STM32F413H-Discovery.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
STM32F413H-Discovery
BSP_TS_ResetTouchData()
BSP_TS_ResetTouchData() function
Function used to reset all touch data before a new acquisition of touch information.
Syntax
Show:
Summary
Declaration
Definition
from
stm32f413h_discovery_ts.h:174
uint8_t
BSP_TS_ResetTouchData
(
TS_StateTypeDef
*
TS_State
)
;
Implemented in
stm32f413h_discovery_ts.c:443
Arguments
Argument
Description
TS_State
Pointer to touch screen current state structure
Return value
TS_OK if OK, TE_ERROR if problem found.
Related Functions
Found 2 other functions taking a
TS_StateTypeDef
argument:
Function
Description
BSP_TS_GetState()
Returns status and positions of the touch screen.
BSP_TS_Get_GestureId()
Update gesture Id following a touch detected.
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