HAL
HAL_SD_CardCIDTypeDef is only used within HAL.
 
Symbols
loading...
Files
loading...

HAL_SD_CardCIDTypeDef struct

Syntax

typedef struct {   __IO uint8_t  ManufacturerID;     __IO uint16_t OEM_AppliID;        __IO uint32_t ProdName1;          __IO uint8_t  ProdName2;          __IO uint8_t  ProdRev;            __IO uint32_t ProdSN;             __IO uint8_t  Reserved1;          __IO uint16_t ManufactDate;       __IO uint8_t  CID_CRC;            __IO uint8_t  Reserved2;        }HAL_SD_CardCIDTypeDef;

Fields

ManufacturerID

Manufacturer ID. Read more...

OEM_AppliID

OEM/Application ID. Read more...

ProdName1

Product Name part1. Read more...

ProdName2

Product Name part2. Read more...

ProdRev

Product Revision. Read more...

ProdSN

Product Serial Number. Read more...

Reserved1

Reserved1. Read more...

ManufactDate

Manufacturing Date. Read more...

CID_CRC

CID CRC. Read more...

Reserved2

Always 1. Read more...