I2Cx_Read() is only used within STM324xG_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 stm324xg_eval.c:561

Arguments

Addr

I2C address

Reg

Reg address

Return value

Data to be read

References

LocationReferrerText
stm324xg_eval.c:561
static uint8_t I2Cx_Read(uint8_t Addr, uint8_t Reg)
stm324xg_eval.c:134
static uint8_t I2Cx_Read(uint8_t Addr, uint8_t Reg);
stm324xg_eval.c:830IOE_Read()
return I2Cx_Read(Addr, Reg);
stm324xg_eval.c:957AUDIO_IO_Read()
return I2Cx_Read(Addr, Reg);
stm324xg_eval.c:989CAMERA_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