ESP-IDF
sdmmc_cid_t
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
sdmmc_cid_t
sdmmc_cid_t struct
Decoded values from SD card Card IDentification register
Syntax
Show:
Summary
Declaration
from
sd_protocol_types.h:53
typedef
struct
{
int
mfg_id
;
int
oem_id
;
char
name
[
8
]
;
int
revision
;
int
serial
;
int
date
;
}
sdmmc_cid_t
;
Fields
Field
Declared as
Description
sdmmc_cid_t::mfg_id
int
manufacturer identification number.
sdmmc_cid_t::oem_id
int
OEM/product identification number.
sdmmc_cid_t::name
char
[
8
]
product name (MMC v1 has the longest).
sdmmc_cid_t::revision
int
product revision.
sdmmc_cid_t::serial
int
product serial number.
sdmmc_cid_t::date
int
manufacturing date.
Related Functions
Found 3 other functions taking a
sdmmc_cid_t
argument:
Function
sdmmc_decode_cid()
sdmmc_send_cmd_send_cid()
sdmmc_mmc_decode_cid()
Examples
References
from
examples
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out