Description
Source
Call Graph
MCI_Init
Initializes a MCI driver instance and the underlying peripheral.


Syntax / parameters
void MCI_Init (Mci *pMci, AT91S_MCI *pMciHw, unsigned char mciId, unsigned int mode)
|
Name |
Type |
Default |
Description |
pMci |
Mci *
|
|
Pointer to a MCI driver instance.
|
pMciHw |
AT91S_MCI *
|
|
Pointer to a MCI peripheral.
|
mciId |
unsigned char
|
|
MCI peripheral identifier.
|
mode |
unsigned int
|
|
Slot and type of connected card.
|
Description
Initializes a MCI driver instance and the underlying peripheral.
Source
The documentation for this Member was generated from the following file:
mci.c