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

COMPASSACCELERO_IO_Write() function

Writes one byte to the COMPASS / ACCELERO.

Syntax

void COMPASSACCELERO_IO_Write(uint16_t DeviceAddr,     uint8_t RegisterAddr,     uint8_t Value);
Implemented in stm32f401_discovery.c:695

Arguments

DeviceAddr

the slave address to be programmed

RegisterAddr

the COMPASS / ACCELERO register to be written

Value

Data to be written

Examples

COMPASSACCELERO_IO_Write() is referenced by 1 libraries and example projects.

References

LocationText
stm32f401_discovery.c:695
void COMPASSACCELERO_IO_Write(uint16_t DeviceAddr, uint8_t RegisterAddr, uint8_t Value)
stm32f401_discovery.c:126
void COMPASSACCELERO_IO_Write(uint16_t DeviceAddr, uint8_t RegisterAddr, uint8_t Value);

Call Tree

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