CID register see section 5.2 in SD-Spec v5.00. More...
CID register see section 5.2 in SD-Spec v5.00.
Definition at line 42 of file sdcard_spi.h.
#include <sdcard_spi.h>
Data Fields | |
| uint8_t | MID | 
| Manufacturer ID.   | |
| char | OID [SD_SIZE_OF_OID] | 
| OEM/Application ID.   | |
| char | PNM [SD_SIZE_OF_PNM] | 
| Product name.   | |
| uint8_t | PRV | 
| Product revision.   | |
| uint32_t | PSN | 
| Product serial number.   | |
| uint16_t | MDT | 
| Manufacturing date.   | |
| uint8_t | CID_CRC | 
| CRC7 checksum.   | |
| uint8_t cid_t::CID_CRC | 
CRC7 checksum.
Definition at line 49 of file sdcard_spi.h.
| uint16_t cid_t::MDT | 
Manufacturing date.
Definition at line 48 of file sdcard_spi.h.
| uint8_t cid_t::MID | 
Manufacturer ID.
Definition at line 43 of file sdcard_spi.h.
| char cid_t::OID[SD_SIZE_OF_OID] | 
OEM/Application ID.
Definition at line 44 of file sdcard_spi.h.
| char cid_t::PNM[SD_SIZE_OF_PNM] | 
Product name.
Definition at line 45 of file sdcard_spi.h.
| uint8_t cid_t::PRV | 
Product revision.
Definition at line 46 of file sdcard_spi.h.
| uint32_t cid_t::PSN | 
Product serial number.
Definition at line 47 of file sdcard_spi.h.