|
VSF Documented
|
#include <esp_partition.h>
Data Fields | |
| esp_partition_type_t | type |
| esp_partition_subtype_t | subtype |
| uint32_t | address |
| uint32_t | size |
| uint32_t | erase_size |
| char | label [ESP_PARTITION_LABEL_MAX+1] |
| bool | encrypted |
| bool | readonly |
| void * | mal |
| esp_partition_type_t esp_partition_t::type |
| esp_partition_subtype_t esp_partition_t::subtype |
| uint32_t esp_partition_t::address |
| uint32_t esp_partition_t::size |
| uint32_t esp_partition_t::erase_size |
| char esp_partition_t::label[ESP_PARTITION_LABEL_MAX+1] |
| bool esp_partition_t::encrypted |
| bool esp_partition_t::readonly |
| void* esp_partition_t::mal |