SPIFlashInfo Struct Reference
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 |
Detailed Description
SPI Flash memory information block. Copied from bootloader header. See esp_image_header_t.
Member Data Documentation
◆ mode
| SPIFlashMode SPIFlashInfo::mode |
◆ size
| SPIFlashSize SPIFlashInfo::size |
◆ speed
| SPIFlashSpeed SPIFlashInfo::speed |
The documentation for this struct was generated from the following file:
1.8.13