SPIFlashInfo Struct Reference
SPI Flash memory information block. Stored at the beginning of flash memory. More...
#include <esp_spi_flash.h>
Collaboration diagram for SPIFlashInfo:
Public Attributes | |
| uint8_t | mode: 8 |
| SPIFlashMode. More... | |
| uint8_t | speed: 4 |
| SPIFlashSpeed. More... | |
| uint8_t | size: 4 |
| SPIFlashSize. More... | |
| SPIFlashMode | mode |
| SPIFlashSpeed | speed |
| SPIFlashSize | size |
Detailed Description
SPI Flash memory information block. Stored at the beginning of flash memory.
SPI Flash memory information block. Copied from bootloader header. See esp_image_header_t.
Member Data Documentation
◆ mode [1/2]
| uint8_t SPIFlashInfo::mode |
SPIFlashMode.
◆ mode [2/2]
| SPIFlashMode SPIFlashInfo::mode |
◆ size [1/2]
| uint8_t SPIFlashInfo::size |
SPIFlashSize.
◆ size [2/2]
| SPIFlashSize SPIFlashInfo::size |
◆ speed [1/2]
| uint8_t SPIFlashInfo::speed |
SPIFlashSpeed.
◆ speed [2/2]
| SPIFlashSpeed SPIFlashInfo::speed |
The documentation for this struct was generated from the following file:
1.8.17