STM32F429I-Discovery + 0/2 examples
CodeScope will show references to IOE_Write() from the following samples and libraries:
Drivers
Peripherals
 
Symbols
loading...
Files
loading...

IOE_Write() function

IOE Writes single data operation.

Syntax

void IOE_Write(uint8_t Addr,     uint8_t Reg,     uint8_t Value);
Implemented in stm32f429i_discovery.c:891

Arguments

addr

reg

value

Addr

I2C Address

Reg

Reg Address

Value

Data to be written

Examples

IOE_Write() is referenced by 2 libraries and example projects.

References

LocationText
stm32f429i_discovery.c:891
void IOE_Write(uint8_t Addr, uint8_t Reg, uint8_t Value)
stm32f429i_discovery.c:133
void IOE_Write(uint8_t Addr, uint8_t Reg, uint8_t Value);

Call Tree

Functions called by IOE_Write()
IOE_Write()
all items filtered out
Data read by IOE_Write()
IOE_Write()