SDSPI_SendCommand
Default mainpageat91libmemoriessdmmcSDSPI_SendCommand
Description Source Call Graph
SDSPI_SendCommand
Starts a SPI master transfer.
 
Syntax / parameters
unsigned char SDSPI_SendCommand (SdSpi *pSdSpi, SdSpiCmd *pSdSpiCmd)

Name Type Default Description
pSdSpi SdSpi *
  Pointer to a SdSpi instance.
pSdSpiCmd SdSpiCmd *
   
 
Return value unsigned char
   
Description
Starts a SPI master transfer.
This is a non blocking function. It will return as soon as the transfer is started. Returns 0 if the transfer has been started successfully; otherwise returns error.
 
Source
The documentation for this Member was generated from the following files:
  • sdspi.c