![]() |
![]() |
Card identification object. More...
#include <csl_mmcsd.h>
Data Fields | |
| Uint16 | mfgId |
| Uint16 | oemAppId |
| Uint8 | productName [6] |
| Uint16 | productRev |
| Uint32 | serialNumber |
| Uint16 | month |
| Uint16 | year |
| Uint16 | checksum |
Card identification object.
| Uint16 CSL_MMCCardIdObj::checksum |
7 bit crc
Referenced by MMC_sendAllCID(), and SD_sendAllCID().
| Uint16 CSL_MMCCardIdObj::mfgId |
8 bit Manufacturer ID
Referenced by MMC_sendAllCID(), and SD_sendAllCID().
| Uint16 CSL_MMCCardIdObj::month |
4 bit Manufacturing Date (Month)
Referenced by MMC_sendAllCID(), and SD_sendAllCID().
| Uint16 CSL_MMCCardIdObj::oemAppId |
16 bit OEM and application ID
Referenced by MMC_sendAllCID(), and SD_sendAllCID().
| Uint8 CSL_MMCCardIdObj::productName[6] |
40 or 48 bit Product name
Referenced by MMC_sendAllCID(), and SD_sendAllCID().
| Uint16 CSL_MMCCardIdObj::productRev |
8 bit Product Revision Number
32 bit Serial Number
Referenced by MMC_sendAllCID(), and SD_sendAllCID().
| Uint16 CSL_MMCCardIdObj::year |
4 bit Manufacturing Date (Year) in case of MMC (Year 0 = 1997). SD has an 8 bit year field.(Year 0 = 2000)
Referenced by MMC_sendAllCID(), and SD_sendAllCID().
1.7.4