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

I2Cx_ReadData() function

Reads a register of the device through BUS.

Syntax

static uint8_t I2Cx_ReadData(uint16_t Addr,     uint8_t Reg);
Implemented in stm32f411e_discovery.c:321

Arguments

Addr

Device address on BUS Bus.

Reg

The target register address to write

Return value

Data read at register address

References

LocationReferrerText
stm32f411e_discovery.c:321
static uint8_t I2Cx_ReadData(uint16_t Addr, uint8_t Reg)
stm32f411e_discovery.c:102
static uint8_t I2Cx_ReadData(uint16_t Addr, uint8_t Reg);
stm32f411e_discovery.c:642AUDIO_IO_Read()
return I2Cx_ReadData(Addr, Reg);
stm32f411e_discovery.c:710COMPASSACCELERO_IO_Read()
return I2Cx_ReadData(DeviceAddr, RegisterAddr);

Call Tree

Functions calling I2Cx_ReadData()
Functions called by I2Cx_ReadData()
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