ESP-IDF
bootloader_state_t::ota
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (3/5)...
Files
loading (4/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
bootloader_state_t::ota
bootloader_state_t::ota field
Syntax
Show:
Summary
Declaration
from
bootloader_config.h:29
esp_partition_pos_t
ota
[
MAX_OTA_SLOTS
]
;
Examples
References
from
examples
Code
Location
Referrer
esp_partition_pos_t
ota
[
MAX_OTA_SLOTS
]
;
bootloader_config.h:29
bs
->
ota
[
partition
->
subtype
&
PART_SUBTYPE_OTA_MASK
]
=
partition
->
pos
;
bootloader_utility.c:168
bootloader_utility_load_partition_table()
return
bs
->
ota
[
index
]
;
bootloader_utility.c:251
index_to_partition()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
bootloader_state_t::ota
is read by 2 functions:
All items filtered out
bootloader_state_t::ota
bootloader_utility_load_partition_table()
index_to_partition()
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