MCI_SendCommand
Default mainpageat91libperipheralsmciMCI_SendCommand
Description Source Call Graph
MCI_SendCommand
Starts a MCI transfer.
 
Syntax / parameters
unsigned char MCI_SendCommand (Mci *pMci, MciCmd *pMciCmd)

Name Type Default Description
pMci Mci *
  Pointer to an MCI driver instance.
pMciCmd MciCmd *
   
 
Return value unsigned char
   
Description
Starts a MCI transfer.
This is a non blocking function. It will return as soon as the transfer is started. Return 0 if successful; otherwise returns MCI_ERROR_LOCK if the driver is already in use.
 
Source
The documentation for this Member was generated from the following files:
  • mci.c