Description
Source
Call Graph
SDSPI_Read
Read data on SPI data bus; Returns 1 if read fails, returns 0 if no error.


Syntax / parameters
unsigned char SDSPI_Read (SdSpi *pSdSpi, unsigned char *pData, unsigned int size)
|
Name |
Type |
Default |
Description |
pSdSpi |
SdSpi *
|
|
Pointer to a SD SPI driver instance.
|
pData |
unsigned char *
|
|
Data pointer.
|
size |
unsigned int
|
|
Data size.
|
|
Return value |
unsigned char
|
|
|
Description
Read data on SPI data bus; Returns 1 if read fails, returns 0 if no error.
Source
The documentation for this Member was generated from the following file:
sdspi.c