Functions | |
int | At91SpiMmCard0Avail (void) |
Check if card is available in slot 0. | |
int | At91SpiMmCard0WrProt (void) |
Check if card in slot 0 is write protected. | |
Variables | |
*NUTDEVICE | devAt91SpiMmc0 |
Multimedia card device information structure. | |
NUTDEVICE | devAt91SpiMmc0 |
Multimedia card device information structure. |
|
Check if card is available in slot 0.
|
|
Check if card in slot 0 is write protected.
|
|
Multimedia card device information structure. A pointer to this structure must be passed to NutRegisterDevice() to bind this driver to the Nut/OS kernel. An application may then call /verbatim _open("MMC0:", _O_RDWR | _O_BINARY); /endverbatim to mount the first active primary partition with any previously registered file system driver (typically devPhat0). |
|
Multimedia card device information structure. A pointer to this structure must be passed to NutRegisterDevice() to bind this driver to the Nut/OS kernel. An application may then call /verbatim _open("MMC0:", _O_RDWR | _O_BINARY); /endverbatim to mount the first active primary partition with any previously registered file system driver (typically devPhat0). |