STM32F429I-Discovery + 0/10 examples
CodeScope will show references to BSP_TS_Init() from the following samples and libraries:
Examples
STM32F429I-Discovery
Demonstrations
Examples
Applications
Display
STemWin
 
Symbols
loading...
Files
loading...

BSP_TS_Init() function

Initializes and configures the touch screen functionalities and configures all necessary hardware resources (GPIOs, clocks..).

Syntax

uint8_t BSP_TS_Init(uint16_t XSize,     uint16_t YSize);
Implemented in stm32f429i_discovery_ts.c:85

Arguments

XSize

The maximum X size of the TS area on LCD

YSize

The maximum Y size of the TS area on LCD

Return value

TS_OK: if all initializations are OK. Other value if error.

Examples

BSP_TS_Init() is referenced by 10 libraries and example projects.

References

LocationText
stm32f429i_discovery_ts.c:85
uint8_t BSP_TS_Init(uint16_t XSize, uint16_t YSize)
stm32f429i_discovery_ts.h:87
uint8_t BSP_TS_Init(uint16_t XSize, uint16_t YSize);

Call Tree

Functions called by BSP_TS_Init()
BSP_TS_Init()
TS_DrvTypeDef::Init
TS_DrvTypeDef::ReadID
TS_DrvTypeDef::Start
all items filtered out
Data read by BSP_TS_Init()
Data written by BSP_TS_Init()
BSP_TS_Init()
BSP_TS_Init()::ret
all items filtered out
Type of BSP_TS_Init()
BSP_TS_Init()
uint8_t
all items filtered out