STM32469I_EVAL + 0/1 examples
CodeScope will show references to TS_IO_ReadMultiple() from the following samples and libraries:
Drivers
Peripherals
 
Symbols
loading...
Files
loading...

TS_IO_ReadMultiple() function

Reads multiple data with I2C communication channel from TouchScreen.

Syntax

uint16_t TS_IO_ReadMultiple(uint8_t Addr,     uint8_t Reg,     uint8_t *Buffer,     uint16_t Length);
Implemented in stm32469i_eval.c:1241

Arguments

Addr

I2C address

Reg

Register address

Buffer

Pointer to data buffer

Length

Length of the data

Return value

Number of read data

Examples

TS_IO_ReadMultiple() is referenced by 1 libraries and example projects.

References

LocationText
stm32469i_eval.c:1241
uint16_t TS_IO_ReadMultiple(uint8_t Addr, uint8_t Reg, uint8_t *Buffer, uint16_t Length)
stm32469i_eval.c:175
uint16_t TS_IO_ReadMultiple(uint8_t Addr, uint8_t Reg, uint8_t *Buffer, uint16_t Length);

Call Tree

Functions called by TS_IO_ReadMultiple()
TS_IO_ReadMultiple()
all items filtered out
Data read by TS_IO_ReadMultiple()
TS_IO_ReadMultiple()
Type of TS_IO_ReadMultiple()
TS_IO_ReadMultiple()
uint16_t
all items filtered out