Collaboration diagram for Low Level MMC Interface:
|   | 
| Data Structures | |
| struct | _MMCDCB | 
| Private data of NPL card interface.  More... | |
| Defines | |
| #define | I2C_SLA_PLL 0x69 | 
| Typedefs | |
| typedef _MMCDCB | MMCDCB | 
| Private data of NPL card interface. | |
| Functions | |
| int | NplMmCard0Avail (void) | 
| Check if card is available. | |
| int | NplMmCard0WrProt (void) | 
| Check if card is write protected. | |
| Variables | |
| NUTDEVICE | devNplMmc0 | 
| Multimedia card device information structure. | |
| NUTDEVICE | devSbiMmc0 | 
| Multimedia card device information structure. | |
| NUTDEVICE | devNplMmc0 | 
| Multimedia card device information structure. | |
| 
 | 
| Check if card is available. 
 
 
 | 
| 
 | 
| Check if card 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). | 
| 
 | 
| Initial value:  {
    0,                          
    {'M', 'M', 'C', '0', 0, 0, 0, 0, 0}
    ,                           
    0,                          
    0,                          
    0,                          
    &mmc0_ifc,                  
    &mmc0_dcb,                  
    NplMmcIfcInit,              
    MmCardIOCtl,                
    MmCardBlockRead,            
    MmCardBlockWrite,           
    MmCardBlockWrite_P,         
    MmCardMount,                
    MmCardUnmount,              
    0                           
}
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). |