Home
last modified time | relevance | path

Searched refs:bootloader_flash_dummy_config (Results 1 – 7 of 7) sorted by relevance

/hal_espressif-latest/components/bootloader_support/bootloader_flash/include/
Dbootloader_flash_config.h68 void bootloader_flash_dummy_config(const esp_image_header_t* pfhdr);
/hal_espressif-latest/components/bootloader_support/bootloader_flash/src/
Dbootloader_flash_config_esp32c2.c74 void IRAM_ATTR bootloader_flash_dummy_config(const esp_image_header_t *pfhdr) in bootloader_flash_dummy_config() function
216 bootloader_flash_dummy_config(&bootloader_image_hdr); in bootloader_init_flash_configure()
Dbootloader_flash_config_esp32c3.c78 void IRAM_ATTR bootloader_flash_dummy_config(const esp_image_header_t *pfhdr) in bootloader_flash_dummy_config() function
218 bootloader_flash_dummy_config(&bootloader_image_hdr); in bootloader_init_flash_configure()
Dbootloader_flash_config_esp32s2.c82 void IRAM_ATTR bootloader_flash_dummy_config(const esp_image_header_t* pfhdr) in bootloader_flash_dummy_config() function
241 bootloader_flash_dummy_config(&bootloader_image_hdr); in bootloader_init_flash_configure()
Dbootloader_flash_config_esp32s3.c88 void IRAM_ATTR bootloader_flash_dummy_config(const esp_image_header_t *pfhdr) in bootloader_flash_dummy_config() function
248 bootloader_flash_dummy_config(&bootloader_image_hdr); in bootloader_init_flash_configure()
Dbootloader_flash_config_esp32.c134 void IRAM_ATTR bootloader_flash_dummy_config(const esp_image_header_t* pfhdr) in bootloader_flash_dummy_config() function
353 bootloader_flash_dummy_config(&bootloader_image_hdr); in bootloader_init_flash_configure()
/hal_espressif-latest/components/esp_system/port/
Dcpu_start.c700 bootloader_flash_dummy_config(&fhdr);