Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bootloader_support/private_include/
Dbootloader_utility.h48 __attribute__((__noreturn__)) void bootloader_utility_load_boot_image(const bootloader_state_t *bs,…
/hal_espressif-latest/components/bootloader/subproject/main/
Dbootloader_start.c57 bootloader_utility_load_boot_image(&bs, boot_index); in call_start_cpu0()
/hal_espressif-latest/components/bootloader_support/src/
Dbootloader_utility.c515 void bootloader_utility_load_boot_image(const bootloader_state_t *bs, int start_index) function