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

#include <sys-spi-nor.h>

Public Attributes

uint8_t sign [4]
 Signature for the SFDP header, typically "SFDP".
 
uint8_t minor
 Minor version number of the SFDP specification.
 
uint8_t major
 Major version number of the SFDP specification.
 
uint8_t nph
 Number of Parameter Headers present in the SFDP data.
 
uint8_t unused
 Reserved or unused byte(s) for future extensions or alignment.
 

Member Data Documentation

◆ major

uint8_t sfdp_header::major

Major version number of the SFDP specification.

◆ minor

uint8_t sfdp_header::minor

Minor version number of the SFDP specification.

◆ nph

uint8_t sfdp_header::nph

Number of Parameter Headers present in the SFDP data.

◆ sign

uint8_t sfdp_header::sign[4]

Signature for the SFDP header, typically "SFDP".

◆ unused

uint8_t sfdp_header::unused

Reserved or unused byte(s) for future extensions or alignment.


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