Home
last modified time | relevance | path

Searched refs:INVALID_INDEX (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-2.7.6/components/bootloader/subproject/main/
Dbootloader_start.c48 if (boot_index == INVALID_INDEX) { in call_start_cpu0()
62 return INVALID_INDEX; in select_partition_number()
76 if (boot_index == INVALID_INDEX) { in selected_boot_partition()
105 return INVALID_INDEX; in selected_boot_partition()
/hal_espressif-2.7.6/components/bootloader_support/include_bootloader/
Dbootloader_config.h48 #define INVALID_INDEX (-99) macro
/hal_espressif-2.7.6/components/bootloader_support/src/
Dbootloader_utility.c327 return INVALID_INDEX;