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

I2Cx_WriteData() function

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

Syntax

static void I2Cx_WriteData(uint16_t Addr,     uint8_t Reg,     uint8_t Value);
Implemented in stm32f411e_discovery.c:301

Arguments

Addr

Device address on BUS Bus.

Reg

The target register address to write

Value

The target register value to be written

References

LocationReferrerText
stm32f411e_discovery.c:301
static void I2Cx_WriteData(uint16_t Addr, uint8_t Reg, uint8_t Value)
stm32f411e_discovery.c:101
static void I2Cx_WriteData(uint16_t Addr, uint8_t Reg, uint8_t Value);
stm32f411e_discovery.c:631AUDIO_IO_Write()
I2Cx_WriteData(Addr, Reg, Value);
stm32f411e_discovery.c:698COMPASSACCELERO_IO_Write()
I2Cx_WriteData(DeviceAddr, RegisterAddr, Value);

Call Tree

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