SyterKit 0.4.0.x
SyterKit is a bare-metal framework
Loading...
Searching...
No Matches
Public Attributes | List of all members
spi_nand_id_t Struct Reference

Represents the NAND Device ID structure. More...

#include <sys-spi-nand.h>

Public Attributes

uint8_t mfr
 Manufacturer ID byte.
 
uint16_t dev
 Device ID (16-bits) for identifying the specific NAND device.
 
uint8_t dlen
 Length of the ID (in bytes).
 

Detailed Description

Represents the NAND Device ID structure.

Member Data Documentation

◆ dev

uint16_t spi_nand_id_t::dev

Device ID (16-bits) for identifying the specific NAND device.

◆ dlen

uint8_t spi_nand_id_t::dlen

Length of the ID (in bytes).

◆ mfr

uint8_t spi_nand_id_t::mfr

Manufacturer ID byte.


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