SPI Flash memory information block. Stored at the beginning of flash memory. More...

#include <esp_spi_flash.h>

Collaboration diagram for STORE_TYPEDEF_ATTR:
[legend]

Public Attributes

uint8_t unknown0
 
uint8_t unknown1
 
uint8_t mode: 8
 SPIFlashMode. More...
 
uint8_t speed: 4
 SPIFlashSpeed. More...
 
uint8_t size: 4
 SPIFlashSize. More...
 

Detailed Description

SPI Flash memory information block. Stored at the beginning of flash memory.

Member Data Documentation

◆ mode

uint8_t STORE_TYPEDEF_ATTR::mode

SPIFlashMode.

◆ size

uint8_t STORE_TYPEDEF_ATTR::size

SPIFlashSize.

◆ speed

uint8_t STORE_TYPEDEF_ATTR::speed

SPIFlashSpeed.

◆ unknown0

uint8_t STORE_TYPEDEF_ATTR::unknown0

◆ unknown1

uint8_t STORE_TYPEDEF_ATTR::unknown1

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