STM324x9I_EVAL + 0/3 examples
CodeScope will show references to IOE_Write() from the following samples and libraries:
Drivers
Peripherals
Boards
 
Symbols
loading...
Files
loading...

IOE_Write() function

IOE writes single data.

Syntax

void IOE_Write(uint8_t Addr,     uint8_t Reg,     uint8_t Value);
Implemented in stm324x9i_eval.c:693

Arguments

addr

reg

value

Examples

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

References

LocationText
stm324x9i_eval.c:693
void IOE_Write(uint8_t Addr, uint8_t Reg, uint8_t Value)
stm324x9i_eval.c:124
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()::Addr
IOE_Write()::Reg
IOE_Write()::Value
all items filtered out
IOE_Write()