Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bootloader_support/bootloader_flash/include/
Dbootloader_flash_config.h39 void bootloader_flash_cs_timing_config(void);
/hal_espressif-latest/components/bootloader_support/bootloader_flash/src/
Dbootloader_flash_config_esp32c6.c37 void IRAM_ATTR bootloader_flash_cs_timing_config() in bootloader_flash_cs_timing_config() function
184 bootloader_flash_cs_timing_config(); in bootloader_init_flash_configure()
Dbootloader_flash_config_esp32h2.c38 void IRAM_ATTR bootloader_flash_cs_timing_config() in bootloader_flash_cs_timing_config() function
192 bootloader_flash_cs_timing_config(); in bootloader_init_flash_configure()
Dbootloader_flash_config_esp32c2.c39 void IRAM_ATTR bootloader_flash_cs_timing_config() in bootloader_flash_cs_timing_config() function
217 bootloader_flash_cs_timing_config(); in bootloader_init_flash_configure()
Dbootloader_flash_config_esp32c3.c40 void IRAM_ATTR bootloader_flash_cs_timing_config() in bootloader_flash_cs_timing_config() function
219 bootloader_flash_cs_timing_config(); in bootloader_init_flash_configure()
Dbootloader_flash_config_esp32s2.c43 void IRAM_ATTR bootloader_flash_cs_timing_config() in bootloader_flash_cs_timing_config() function
242 bootloader_flash_cs_timing_config(); in bootloader_init_flash_configure()
Dbootloader_flash_config_esp32s3.c42 void IRAM_ATTR bootloader_flash_cs_timing_config() in bootloader_flash_cs_timing_config() function
249 bootloader_flash_cs_timing_config(); in bootloader_init_flash_configure()
Dbootloader_flash_config_esp32.c47 void IRAM_ATTR bootloader_flash_cs_timing_config(void) in bootloader_flash_cs_timing_config() function
354 bootloader_flash_cs_timing_config(); in bootloader_init_flash_configure()
/hal_espressif-latest/components/esp_system/port/
Dcpu_start.c701 bootloader_flash_cs_timing_config();