ESP-IDF
bootloader_common_ota_select_invalid()
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_ota_select_invalid()
bootloader_common_ota_select_invalid() function
Returns true if OTADATA is not marked as bootable partition.
Syntax
Show:
Summary
Declaration
Definition
from
bootloader_common.h:62
bool
bootloader_common_ota_select_invalid
(
const
esp_ota_select_entry_t
*
s
)
;
Implemented in
bootloader_common_loader.c:39
Arguments
Argument
Description
s
The OTA data select.
Return value
Returns true if OTADATA invalid, false otherwise.
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_get_active_otadata()
Returns the number of active otadata.
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