SPI Flash memory information block. Copied from bootloader header. See esp_image_header_t. More...

#include <esp_spi_flash.h>

Collaboration diagram for SPIFlashInfo:

Public Attributes

SPIFlashMode mode
 
SPIFlashSpeed speed
 
SPIFlashSize size
 
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. Copied from bootloader header. See esp_image_header_t.

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

Member Data Documentation

◆ mode [1/2]

SPIFlashMode SPIFlashInfo::mode

◆ mode [2/2]

uint8_t SPIFlashInfo::mode

SPIFlashMode.

◆ size [1/2]

SPIFlashSize SPIFlashInfo::size

◆ size [2/2]

uint8_t SPIFlashInfo::size

SPIFlashSize.

◆ speed [1/2]

SPIFlashSpeed SPIFlashInfo::speed

◆ speed [2/2]

uint8_t SPIFlashInfo::speed

SPIFlashSpeed.


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