CID register structure (SD Memory Cards) More...
CID register structure (SD Memory Cards)
#include <sdmmc.h>
Data Fields | |
| uint8_t | MID | 
| Manufacturer ID.  | |
| char | OID [SDMMC_CID_OID_SIZE_SD] | 
| OEM/Application ID.  | |
| char | PNM [SDMMC_CID_PNM_SIZE_SD] | 
| Product name.  | |
| uint8_t | PRV | 
| Product revision.  | |
| be_uint32_t | PSN | 
| Product serial number in big-endian order.  | |
| be_uint16_t | MDT | 
| Manufacturing date in big-endian order.  | |
| uint8_t | CID_CRC | 
| CRC7 checksum including bit 0.  | |