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

I2Cx_WriteData() function

Writes a value in a register of the device through BUS.

Syntax

static void I2Cx_WriteData(uint8_t Addr,     uint8_t Reg,     uint8_t Value);
Implemented in stm32f429i_discovery.c:454

Arguments

Addr

Device address on BUS Bus.

Reg

The target register address to write

Value

The target register value to be written

References

LocationReferrerText
stm32f429i_discovery.c:454
static void I2Cx_WriteData(uint8_t Addr, uint8_t Reg, uint8_t Value)
stm32f429i_discovery.c:102
static void I2Cx_WriteData(uint8_t Addr, uint8_t Reg, uint8_t Value);
stm32f429i_discovery.c:893IOE_Write()
I2Cx_WriteData(Addr, Reg, Value);

Call Tree

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