STM32469I_EVAL + 0/1 examples
CodeScope will show references to TS_I2C_ADDRESS from the following samples and libraries:
Examples
STM32469I_EVAL
Demonstrations
 
Symbols
loading...
Files
loading...

TS_I2C_ADDRESS macro

TouchScreen FT6206 Slave I2C address 1

Syntax

#define TS_I2C_ADDRESS ((uint16_t)0x54)

Examples

TS_I2C_ADDRESS is referenced by 1 libraries and example projects.

References

LocationText
stm32469i_eval.h:299
#define TS_I2C_ADDRESS ((uint16_t)0x54)
stm32469i_eval_ts.c:157
ts_id1 = ft6x06_ts_drv.ReadID(TS_I2C_ADDRESS);
stm32469i_eval_ts.c:165
I2C_Address = TS_I2C_ADDRESS;