I2Cx_ReadData() is only used within STM32F429I-Discovery.
 
Symbols
loading...
Files
loading...

I2Cx_ReadData() function

Reads a register of the device through BUS.

Syntax

static uint8_t I2Cx_ReadData(uint8_t Addr,     uint8_t Reg);
Implemented in stm32f429i_discovery.c:495

Arguments

Addr

Device address on BUS Bus.

Reg

The target register address to write

Return value

Data read at register address

References

LocationReferrerText
stm32f429i_discovery.c:495
static uint8_t I2Cx_ReadData(uint8_t Addr, uint8_t Reg)
stm32f429i_discovery.c:104
static uint8_t I2Cx_ReadData(uint8_t Addr, uint8_t Reg);
stm32f429i_discovery.c:904IOE_Read()
return I2Cx_ReadData(Addr, Reg);

Call Tree

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