STM32F413H-Discovery + 0/2 examples
CodeScope will show references to BSP_TS_Init() from the following samples and libraries:
Examples
STM32F413H-Discovery
Applications
USB_Host
 
Symbols
loading...
Files
loading...

BSP_TS_Init() function

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

Syntax

uint8_t BSP_TS_Init(uint16_t ts_SizeX,     uint16_t ts_SizeY);
Implemented in stm32f413h_discovery_ts.c:99

Arguments

ts_SizeX

Maximum X size of the TS area on LCD

ts_SizeY

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 2 libraries and example projects.

References

LocationText
stm32f413h_discovery_ts.c:99
uint8_t BSP_TS_Init(uint16_t ts_SizeX, uint16_t ts_SizeY)
stm32f413h_discovery_ts.h:168
uint8_t BSP_TS_Init(uint16_t ts_SizeX, uint16_t ts_SizeY);

Call Tree

Functions called by BSP_TS_Init()
BSP_TS_Init()
all items filtered out
Data read by BSP_TS_Init()
BSP_TS_Init()
Type of BSP_TS_Init()
BSP_TS_Init()
uint8_t
all items filtered out