Home
last modified time | relevance | path

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

/hal_espressif-3.7.0/components/bootloader/subproject/main/
Dbootloader_start.c79 int boot_index = bootloader_utility_get_selected_boot_partition(bs); in selected_boot_partition()
104 return bootloader_utility_get_selected_boot_partition(bs); in selected_boot_partition()
/hal_espressif-3.7.0/components/bootloader_support/private_include/
Dbootloader_utility.h34 int bootloader_utility_get_selected_boot_partition(const bootloader_state_t *bs);
/hal_espressif-3.7.0/components/bootloader_support/src/
Dbootloader_utility.c355 int bootloader_utility_get_selected_boot_partition(const bootloader_state_t *bs) function