ESP-IDF
bootloader_common_get_active_otadata()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
bootloader_common_get_active_otadata()
bootloader_common_get_active_otadata() function
Returns the number of active otadata.
Syntax
Show:
Summary
Declaration
Definition
from
bootloader_common.h:152
int
bootloader_common_get_active_otadata
(
esp_ota_select_entry_t
*
two_otadata
)
;
Implemented in
bootloader_common_loader.c:49
Arguments
Argument
Description
two_otadata
Pointer on array from two otadata structures.
Return value
The number of active otadata (0 or 1). - -1: If it does not have active otadata.
Related Functions
Found 10 other functions taking a
esp_ota_select_entry_t
argument:
Function
Description
bootloader_common_ota_select_crc()
Calculate crc for the OTA data select.
read_otadata()
bootloader_common_ota_select_invalid()
Returns true if OTADATA is not marked as bootable partition.
bootloader_common_ota_select_valid()
Verifies the validity of the OTA data select
rewrite_ota_seq()
bootloader_common_select_otadata()
Returns the number of active otadata.
check_invalid_otadata()
bootloader_common_read_otadata()
Read ota_info partition and fill array from two otadata structures.
get_last_invalid_otadata()
write_otadata()
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