SPIx_WriteReadData() is only used within STM32F4xx_Nucleo_144.
 
Symbols
loading...
Files
loading...

SPIx_WriteReadData() function

SPI Write a byte to device

Syntax

static void SPIx_WriteReadData(const uint8_t *DataIn,     uint8_t *DataOut,     uint16_t DataLegnth);

Arguments

DataIn

value to be written

DataOut

value to read

DataLegnth

length of data

References

LocationReferrerText
stm32f4xx_nucleo_144.c:398
static void SPIx_WriteReadData(const uint8_t *DataIn, uint8_t *DataOut, uint16_t DataLegnth)
stm32f4xx_nucleo_144.c:519SD_IO_WriteReadData()
SPIx_WriteReadData(DataIn, DataOut, DataLength);
stm32f4xx_nucleo_144.c:530SD_IO_WriteByte()
SPIx_WriteReadData(&Data,&tmp,1);

Call Tree

Functions calling SPIx_WriteReadData()
Functions called by SPIx_WriteReadData()
SPIx_WriteReadData()
Data read by SPIx_WriteReadData()
Data written by SPIx_WriteReadData()
SPIx_WriteReadData()
SPIx_WriteReadData()::status
all items filtered out
Type of SPIx_WriteReadData()
SPIx_WriteReadData()
all items filtered out