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

GYRO_IO_Read() function

Reads a block of data from the Gyroscope.

Syntax

void GYRO_IO_Read(uint8_t *pBuffer,     uint8_t ReadAddr,     uint16_t NumByteToRead);
Implemented in stm32f429i_discovery.c:1013

Arguments

pBuffer

Pointer to the buffer that receives the data read from the Gyroscope.

ReadAddr

Gyroscope's internal address to read from.

NumByteToRead

Number of bytes to read from the Gyroscope.

Examples

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

References

LocationText
stm32f429i_discovery.c:1013
void GYRO_IO_Read(uint8_t *pBuffer, uint8_t ReadAddr, uint16_t NumByteToRead)
stm32f429i_discovery.c:141
void GYRO_IO_Read(uint8_t *pBuffer, uint8_t ReadAddr, uint16_t NumByteToRead);

Call Tree

Functions called by GYRO_IO_Read()
GYRO_IO_Read()