Description
Source
Call Graph
SDSPI_PDC
Use PDC for SPI data transfer.


Syntax / parameters
unsigned char SDSPI_PDC (SdSpi *pSdSpi, unsigned char *pData, unsigned int size)
|
Name |
Type |
Default |
Description |
pSdSpi |
SdSpi *
|
|
Pointer to a SdSpi instance.
|
pData |
unsigned char *
|
|
Data pointer.
|
size |
unsigned int
|
|
Data transfer byte count.
|
|
Return value |
unsigned char
|
|
|
Description
Use PDC for SPI data transfer.
Return 0 if no error, otherwise return error status.
Source
The documentation for this Member was generated from the following file:
sdspi.c