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. | |
uint8_t sdmmc_cid_sd_t::CID_CRC |
be_uint16_t sdmmc_cid_sd_t::MDT |
char sdmmc_cid_sd_t::OID[SDMMC_CID_OID_SIZE_SD] |
char sdmmc_cid_sd_t::PNM[SDMMC_CID_PNM_SIZE_SD] |
be_uint32_t sdmmc_cid_sd_t::PSN |