I2Cx_Read() is only used within STM32469I_EVAL.
 
Symbols
loading...
Files
loading...

I2Cx_Read() function

Reads a single data.

Syntax

static uint8_t I2Cx_Read(uint8_t Addr,     uint8_t Reg);
Implemented in stm32469i_eval.c:705

Arguments

Addr

I2C address

Reg

Register address

Return value

Read data

References

LocationReferrerText
stm32469i_eval.c:705
static uint8_t I2Cx_Read(uint8_t Addr, uint8_t Reg)
stm32469i_eval.c:124
static uint8_t I2Cx_Read(uint8_t Addr, uint8_t Reg);
stm32469i_eval.c:873IOE_Read()
return I2Cx_Read(Addr, Reg);
stm32469i_eval.c:975MFX_IO_Read()
return I2Cx_Read((uint8_t) Addr, Reg);
stm32469i_eval.c:1229TS_IO_Read()
return I2Cx_Read(Addr, Reg);

Call Tree

Functions calling I2Cx_Read()
Functions called by I2Cx_Read()
I2Cx_Read()
all items filtered out
Data read by I2Cx_Read()
Data written by I2Cx_Read()
I2Cx_Read()::status
I2Cx_Read()::Value
all items filtered out
I2Cx_Read()
I2Cx_Read()::status
all items filtered out
Type of I2Cx_Read()
I2Cx_Read()
uint8_t
all items filtered out