STM324xG_EVAL + 0/6 examples
CodeScope will show references to BSP_TS_Init() from the following samples and libraries:
Drivers
Boards
Examples
STM324xG_EVAL
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 stm324xg_eval_ts.c:97

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

References

LocationText
stm324xg_eval_ts.c:97
uint8_t BSP_TS_Init(uint16_t xSize, uint16_t ySize)
stm324xg_eval_ts.h:80
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