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

SD_IO_WriteReadData() function

Write a byte on the SD.

Syntax

void SD_IO_WriteReadData(const uint8_t *DataIn,     uint8_t *DataOut,     uint16_t DataLength);
Implemented in stm32f4xx_nucleo_144.c:516

Arguments

DataIn

byte to send.

DataOut

byte to read

DataLength

length of data

Examples

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

References

LocationText
stm32f4xx_nucleo_144.c:516
void SD_IO_WriteReadData(const uint8_t *DataIn, uint8_t *DataOut, uint16_t DataLength)
stm32f4xx_nucleo_144.c:128
void SD_IO_WriteReadData(const uint8_t *DataIn, uint8_t *DataOut, uint16_t DataLength);

Call Tree

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