Home
last modified time | relevance | path

Searched refs:bootloader_init (Results 1 – 11 of 11) sorted by relevance

/hal_espressif-latest/components/bootloader_support/private_include/
Dbootloader_init.h51 esp_err_t bootloader_init(void);
/hal_espressif-latest/components/bootloader/subproject/main/
Dbootloader_start.c32 if (bootloader_init() != ESP_OK) { in call_start_cpu0()
/hal_espressif-latest/components/bootloader_support/src/esp32c2/
Dbootloader_esp32c2.c93 esp_err_t bootloader_init(void) in bootloader_init() function
/hal_espressif-latest/components/bootloader_support/src/esp32h2/
Dbootloader_esp32h2.c103 esp_err_t bootloader_init(void) in bootloader_init() function
/hal_espressif-latest/components/bootloader_support/src/esp32c6/
Dbootloader_esp32c6.c115 esp_err_t bootloader_init(void) in bootloader_init() function
/hal_espressif-latest/components/bootloader_support/src/esp32c3/
Dbootloader_esp32c3.c131 esp_err_t bootloader_init(void) in bootloader_init() function
/hal_espressif-latest/components/bootloader_support/src/esp32s2/
Dbootloader_esp32s2.c112 esp_err_t bootloader_init(void) in bootloader_init() function
/hal_espressif-latest/components/bootloader_support/src/esp32s3/
Dbootloader_esp32s3.c141 esp_err_t bootloader_init(void) in bootloader_init() function
/hal_espressif-latest/components/bootloader_support/src/esp32/
Dbootloader_esp32.c165 esp_err_t bootloader_init(void) in bootloader_init() function
/hal_espressif-latest/components/bootloader_support/
DCMakeLists.txt34 "src/bootloader_init.c"
/hal_espressif-latest/components/esp_system/port/
Dcpu_start.c392 bootloader_init();