Loading...
Searching...
No Matches
mtd_jedec_id_t Struct Reference

Internal representation of JEDEC memory ID codes. More...

Detailed Description

Internal representation of JEDEC memory ID codes.

See also
http://www.jedec.org/standards-documents/results/jep106

Definition at line 64 of file mtd_spi_nor.h.

#include <mtd_spi_nor.h>

Data Fields

uint8_t bank
 Manufacturer ID bank number, 1 through 10, see JEP106.
 
uint8_t manuf
 Manufacturer ID, 1 byte.
 
uint8_t device [2]
 Device ID, 2 bytes.
 

Field Documentation

◆ bank

uint8_t mtd_jedec_id_t::bank

Manufacturer ID bank number, 1 through 10, see JEP106.

Definition at line 65 of file mtd_spi_nor.h.

◆ device

uint8_t mtd_jedec_id_t::device[2]

Device ID, 2 bytes.

Definition at line 67 of file mtd_spi_nor.h.

◆ manuf

uint8_t mtd_jedec_id_t::manuf

Manufacturer ID, 1 byte.

Definition at line 66 of file mtd_spi_nor.h.


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