STM32446E_EVAL + 0/4 examples
CodeScope will show references to BSP_TS_Init() from the following samples and libraries:
Examples
STM32446E_EVAL
Demonstrations
Examples
Applications
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 stm32446e_eval_ts.c:123

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

References

LocationText
stm32446e_eval_ts.c:123
uint8_t BSP_TS_Init(uint16_t xSize, uint16_t ySize)
stm32446e_eval_ts.h:88
uint8_t BSP_TS_Init(uint16_t xSize, uint16_t ySize);

Call Tree

Functions called by BSP_TS_Init()
BSP_TS_Init()
IO_DrvTypeDef::ReadID
TS_DrvTypeDef::Init
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()::mfxstm32l152_id
all items filtered out
Type of BSP_TS_Init()
BSP_TS_Init()
uint8_t
all items filtered out