Adafruit WaveHC Arduino Library
Public Attributes | List of all members
CID Struct Reference

< CID typedef struct More...

#include <SdInfo.h>

Public Attributes

uint8_t mid
 
char oid [2]
 
char pnm [5]
 
unsigned prv_m: 4
 
unsigned prv_n: 4
 
uint32_t psn
 
unsigned mdt_year_high: 4
 
unsigned reserved: 4
 
unsigned mdt_month: 4
 
unsigned mdt_year_low: 4
 
unsigned always1: 1
 
unsigned crc: 7
 

Detailed Description

< CID typedef struct

Member Data Documentation

◆ mid

uint8_t CID::mid

byte 0 Manufacturer ID

◆ oid

char CID::oid[2]

byte 1-2 OEM/Application ID

◆ pnm

char CID::pnm[5]

byte 3-7 Product name

◆ prv_m

unsigned CID::prv_m

byte 8 Product revision n.m

◆ prv_n

unsigned CID::prv_n

byte 8 Product revision n.m

◆ psn

uint32_t CID::psn

byte 9-12 Product serial number

◆ mdt_year_high

unsigned CID::mdt_year_high

byte 13 Manufacturing date

◆ reserved

unsigned CID::reserved

byte 13 Manufacturing date

◆ mdt_month

unsigned CID::mdt_month

byte 14

◆ mdt_year_low

unsigned CID::mdt_year_low

byte 14

◆ always1

unsigned CID::always1

byte 15

◆ crc

unsigned CID::crc

byte 15


The documentation for this struct was generated from the following file: