pub type esp_partition_type_t = c_uint;
Expand description

@brief Partition type

@note Partition types with integer value 0x00-0x3F are reserved for partition types defined by ESP-IDF. Any other integer value 0x40-0xFE can be used by individual applications, without restriction.

@internal Keep this enum in sync with PartitionDefinition class gen_esp32part.py @endinternal