STM32469I-Discovery
+
0
/7 examples
SourceVu will show references to
BSP_TS_GetState()
from the following samples and libraries:
Examples
STM32469I-Discovery
Demonstrations
STemWin
Examples
BSP
Applications
Audio
Audio_playback_and_record
Display
LCD_DSI_ImagesSlider
LCD_Paint
STemWin
STemWin_Fonts
STemWin_SampleDemo
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
STM32469I-Discovery
BSP_TS_GetState()
BSP_TS_GetState() function
Returns status and positions of the touch screen.
Syntax
Show:
Summary
Declaration
Definition
from
stm32469i_discovery_ts.h:157
uint8_t
BSP_TS_GetState
(
TS_StateTypeDef
*
TS_State
)
;
Implemented in
stm32469i_discovery_ts.c:241
Arguments
Argument
Description
TS_State
Pointer to touch screen current state structure
Return value
TS_OK if all initializations are OK. Other value if error.
Related Functions
Found 2 other functions taking a
TS_StateTypeDef
argument:
Function
Description
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
BSP_TS_GetState()
is referenced by 7 libraries and example projects:
Examples
STM32469I-Discovery
Demonstrations
STemWin
Examples
BSP
Applications
Audio
Audio_playback_and_record
Display
LCD_DSI_ImagesSlider
LCD_Paint
STemWin
STemWin_Fonts
STemWin_SampleDemo
References
from
0/7
examples
Code
Location
uint8_t
BSP_TS_GetState
(
TS_StateTypeDef
*
TS_State
)
stm32469i_discovery_ts.c:241
uint8_t
BSP_TS_GetState
(
TS_StateTypeDef
*
TS_State
)
;
stm32469i_discovery_ts.h:157
Call Tree
from
0/7
examples
BSP_TS_GetState()
calls 4 functions:
All items filtered out
BSP_TS_GetState()
TS_DrvTypeDef::DetectTouch
TS_DrvTypeDef::GetXY
ft6x06_TS_GetTouchInfo()
BSP_TS_Get_GestureId()
All items filtered out
Data Use
from
0/7
examples
BSP_TS_GetState()
reads 15 variables and writes 1 variable:
TS_StateTypeDef::touchDetected
TS_StateTypeDef::touchX
TS_StateTypeDef::touchY
TS_StateTypeDef::touchWeight
TS_StateTypeDef::touchEventId
TS_StateTypeDef::touchArea
TS_StatusTypeDef::TS_OK
TS_StatusTypeDef::TS_ERROR
TS_TouchEventTypeDef::TOUCH_EVENT_NO_EVT
TS_TouchEventTypeDef::TOUCH_EVENT_PRESS_DOWN
TS_TouchEventTypeDef::TOUCH_EVENT_LIFT_UP
TS_TouchEventTypeDef::TOUCH_EVENT_CONTACT
ts_driver
ts_orientation
I2C_Address
All items filtered out
BSP_TS_GetState()
TS_StateTypeDef::touchDetected
All items filtered out
Class Tree
from
0/7
examples
All items filtered out
All items filtered out
Override Tree
from
0/7
examples
All items filtered out
All items filtered out
Implementations
from
0/7
examples
All items filtered out
All items filtered out
Instances
from
0/7
examples
Lifecycle
from
0/7
examples
All items filtered out
All items filtered out