![]() |
SyterKit 0.4.0.x
SyterKit is a bare-metal framework
|
#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. | |
| uint8_t sfdp_header::major |
Major version number of the SFDP specification.
| uint8_t sfdp_header::minor |
Minor version number of the SFDP specification.
| uint8_t sfdp_header::nph |
Number of Parameter Headers present in the SFDP data.
| uint8_t sfdp_header::sign[4] |
Signature for the SFDP header, typically "SFDP".
| uint8_t sfdp_header::unused |
Reserved or unused byte(s) for future extensions or alignment.