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

I2Cx_ReadData() function

Read a register of the device through BUS

Syntax

static uint8_t I2Cx_ReadData(uint8_t Addr,     uint8_t Reg);
Implemented in stm32f4_discovery.c:417

Arguments

Addr

Device address on BUS

Reg

The target register address to read

Return value

HAL status

References

LocationReferrerText
stm32f4_discovery.c:417
static uint8_t I2Cx_ReadData(uint8_t Addr, uint8_t Reg)
stm32f4_discovery.c:107
static uint8_t I2Cx_ReadData(uint8_t Addr, uint8_t Reg);
stm32f4_discovery.c:665AUDIO_IO_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