STM324x9I_EVAL + 0/12 examples
CodeScope will show references to BSP_TS_Init() from the following samples and libraries:
Drivers
Boards
Examples
STM324x9I_EVAL
Demonstrations
STemWin
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 stm324x9i_eval_ts.c:98

Arguments

xSize

Maximum X size of the TS area on LCD

ySize

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

References

LocationText
stm324x9i_eval_ts.c:98
uint8_t BSP_TS_Init(uint16_t xSize, uint16_t ySize)
stm324x9i_eval_ts.h:86
uint8_t BSP_TS_Init(uint16_t xSize, uint16_t ySize);

Call Tree

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