SPIx_WriteRead() is only used within STM32F4-Discovery.
 
Symbols
loading...
Files
loading...

SPIx_WriteRead() function

Sends a Byte through the SPI interface and return the Byte received from the SPI bus.

Syntax

static uint8_t SPIx_WriteRead(uint8_t Byte);
Implemented in stm32f4_discovery.c:321

Arguments

Byte

Byte send.

Return value

The received byte value

References

Call Tree

Functions calling SPIx_WriteRead()
Functions called by SPIx_WriteRead()
SPIx_WriteRead()
Data read by SPIx_WriteRead()
SPIx_WriteRead()::receivedbyte
all items filtered out
SPIx_WriteRead()
Type of SPIx_WriteRead()
SPIx_WriteRead()
uint8_t
all items filtered out