Home
last modified time | relevance | path

Searched refs:FACTORY_INDEX (Results 1 – 2 of 2) sorted by relevance

/hal_espressif-latest/components/bootloader_support/src/
Dbootloader_utility.c254 if (index == FACTORY_INDEX) { in index_to_partition()
274 case FACTORY_INDEX: in log_invalid_app_partition()
358 int boot_index = FACTORY_INDEX;
361 return FACTORY_INDEX;
390 boot_index = FACTORY_INDEX;
438 boot_index = FACTORY_INDEX;
441 boot_index = FACTORY_INDEX;
470 if (index > FACTORY_INDEX && ota_has_initial_contents == true) {
531 for (index = start_index; index >= FACTORY_INDEX; index--) {
/hal_espressif-latest/components/bootloader_support/private_include/
Dbootloader_config.h38 #define FACTORY_INDEX (-1) macro