partition_info.h
Go to the documentation of this file.
uint32_t size
Size of partition in bytes.
Definition: partition_info.h:23
Partition::Type type
Main type of partition.
Definition: partition_info.h:20
constexpr uint16_t ESP_PARTITION_MAGIC_MD5
Identifies an MD5 hash block.
Definition: partition_info.h:29
constexpr size_t ESP_PARTITION_TABLE_MAX_LEN
Definition: partition_info.h:30
uint8_t subtype
Sub-type for partition (interpretation dependent upon type)
Definition: partition_info.h:21
Internal structure describing the binary layout of a partition table entry.
Definition: partition_info.h:18
Storage::Partition::Flags flags
Various option flags.
Definition: partition_info.h:25
constexpr uint16_t ESP_PARTITION_MAGIC
Identifies a valid partition.
Definition: partition_info.h:28
uint16_t magic
Fixed value to identify valid entry, appears as 0xFFFF at end of table.
Definition: partition_info.h:19
Definition: FileDevice.h:23
Storage::Partition::Name name
Unique identifer for entry.
Definition: partition_info.h:24