Type Alias esp_idf_sys::esp_partition_subtype_t
source ยท pub type esp_partition_subtype_t = c_uint;
Expand description
@brief Partition subtype
@note These ESP-IDF-defined partition subtypes apply to partitions of type ESP_PARTITION_TYPE_APP and ESP_PARTITION_TYPE_DATA.
Application-defined partition types (0x40-0xFE) can set any numeric subtype value.
@internal Keep this enum in sync with PartitionDefinition class gen_esp32part.py @endinternal