ESP-IDF
bootloader_common_ota_select_valid()
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_valid()
bootloader_common_ota_select_valid() function
Verifies the validity of the OTA data select
Syntax
Show:
Summary
Declaration
Definition
from
bootloader_common.h:54
bool
bootloader_common_ota_select_valid
(
const
esp_ota_select_entry_t
*
s
)
;
Implemented in
bootloader_common_loader.c:44
Arguments
Argument
Description
s
The OTA data select.
Return value
Returns true on valid, 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_ota_select_invalid()
Returns true if OTADATA is not marked as bootable partition.
bootloader_common_get_active_otadata()
Returns the number of active otadata.
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