TS_I2C_ADDRESS is only used within STM32F429I-Discovery.
 
Symbols
loading...
Files
loading...

TS_I2C_ADDRESS macro

Syntax

#define TS_I2C_ADDRESS 0x82

References

LocationText
stm32f429i_discovery.h:135
#define TS_I2C_ADDRESS 0x82
stm32f429i_discovery_ts.c:94
if (stmpe811_ts_drv.ReadID(TS_I2C_ADDRESS) == STMPE811_ID)
stm32f429i_discovery_ts.c:105
TsDrv->Init(TS_I2C_ADDRESS);
stm32f429i_discovery_ts.c:106
TsDrv->Start(TS_I2C_ADDRESS);
stm32f429i_discovery_ts.c:119
TsDrv->EnableIT(TS_I2C_ADDRESS);
stm32f429i_discovery_ts.c:131
return (TsDrv->GetITStatus(TS_I2C_ADDRESS));
stm32f429i_discovery_ts.c:143
TsState->TouchDetected = TsDrv->DetectTouch(TS_I2C_ADDRESS);
stm32f429i_discovery_ts.c:147
TsDrv->GetXY(TS_I2C_ADDRESS, &x, &y);
stm32f429i_discovery_ts.c:233
TsDrv->ClearIT(TS_I2C_ADDRESS);