Home
last modified time | relevance | path

Searched refs:bootloader_flash_clock_config (Results 1 – 9 of 9) sorted by relevance

/hal_espressif-latest/components/bootloader_support/bootloader_flash/include/
Dbootloader_flash_config.h50 void bootloader_flash_clock_config(const esp_image_header_t* pfhdr);
/hal_espressif-latest/components/bootloader_support/bootloader_flash/src/
Dbootloader_flash_config_esp32c6.c44 void IRAM_ATTR bootloader_flash_clock_config(const esp_image_header_t *pfhdr) in bootloader_flash_clock_config() function
Dbootloader_flash_config_esp32h2.c45 void IRAM_ATTR bootloader_flash_clock_config(const esp_image_header_t *pfhdr) in bootloader_flash_clock_config() function
Dbootloader_flash_config_esp32c2.c46 void IRAM_ATTR bootloader_flash_clock_config(const esp_image_header_t *pfhdr) in bootloader_flash_clock_config() function
Dbootloader_flash_config_esp32c3.c50 void IRAM_ATTR bootloader_flash_clock_config(const esp_image_header_t *pfhdr) in bootloader_flash_clock_config() function
Dbootloader_flash_config_esp32s2.c53 void IRAM_ATTR bootloader_flash_clock_config(const esp_image_header_t* pfhdr) in bootloader_flash_clock_config() function
Dbootloader_flash_config_esp32s3.c59 void IRAM_ATTR bootloader_flash_clock_config(const esp_image_header_t *pfhdr) in bootloader_flash_clock_config() function
Dbootloader_flash_config_esp32.c57 void IRAM_ATTR bootloader_flash_clock_config(const esp_image_header_t* pfhdr) in bootloader_flash_clock_config() function
/hal_espressif-latest/components/esp_system/port/
Dcpu_start.c698 bootloader_flash_clock_config(&fhdr);