Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bootloader_support/private_include/
Dbootloader_utility.h48 …oreturn__)) void bootloader_utility_load_boot_image(const bootloader_state_t *bs, int start_index);
/hal_espressif-latest/components/bootloader_support/src/
Dbootloader_utility.c515 void bootloader_utility_load_boot_image(const bootloader_state_t *bs, int start_index) argument
517 int index = start_index;
521 if (start_index == TEST_APP_INDEX) {
531 for (index = start_index; index >= FACTORY_INDEX; index--) {
545 for (index = start_index + 1; index < (int)bs->app_count; index++) {