ESP-IDF
esp_partition_info_t
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
esp_partition_info_t
esp_partition_info_t struct
Syntax
Show:
Summary
Declaration
from
esp_flash_partitions.h:89
typedef
struct
{
uint16_t
magic
;
uint8_t
type
;
uint8_t
subtype
;
esp_partition_pos_t
pos
;
uint8_t
label
[
16
]
;
uint32_t
flags
;
}
esp_partition_info_t
;
Fields
Field
Declared as
esp_partition_info_t::magic
uint16_t
esp_partition_info_t::type
uint8_t
esp_partition_info_t::subtype
uint8_t
esp_partition_info_t::pos
esp_partition_pos_t
esp_partition_info_t::label
uint8_t
[
16
]
esp_partition_info_t::flags
uint32_t
Examples
References
from
examples
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out