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

GYRO_IO_Write() function

Writes one byte to the GYRO.

Syntax

void GYRO_IO_Write(uint8_t* pBuffer,     uint8_t WriteAddr,     uint16_t NumByteToWrite);
Implemented in stm32f411e_discovery.c:517

Arguments

pBuffer

pointer to the buffer containing the data to be written to the GYRO.

WriteAddr

GYRO's internal address to write to.

NumByteToWrite

Number of bytes to write.

Examples

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

References

LocationText
stm32f411e_discovery.c:517
void GYRO_IO_Write(uint8_t* pBuffer, uint8_t WriteAddr, uint16_t NumByteToWrite)
stm32f411e_discovery.c:114
void GYRO_IO_Write(uint8_t* pBuffer, uint8_t WriteAddr, uint16_t NumByteToWrite);

Call Tree

Functions called by GYRO_IO_Write()
GYRO_IO_Write()