VSF Documented
Data Fields
esp_partition_t Struct Reference

#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
 

Field Documentation

◆ type

esp_partition_type_t esp_partition_t::type

◆ subtype

esp_partition_subtype_t esp_partition_t::subtype

◆ address

uint32_t esp_partition_t::address

◆ size

uint32_t esp_partition_t::size

◆ erase_size

uint32_t esp_partition_t::erase_size

◆ label

char esp_partition_t::label[ESP_PARTITION_LABEL_MAX+1]

◆ encrypted

bool esp_partition_t::encrypted

◆ readonly

bool esp_partition_t::readonly

◆ mal

void* esp_partition_t::mal
Generated from commit: vsfteam/vsf@015f4d1