/hal_espressif-latest/components/bootloader_support/bootloader_flash/include/ |
D | bootloader_flash_config.h | 50 void bootloader_flash_clock_config(const esp_image_header_t* pfhdr); 59 void bootloader_flash_gpio_config(const esp_image_header_t* pfhdr); 68 void bootloader_flash_dummy_config(const esp_image_header_t* pfhdr);
|
/hal_espressif-latest/zephyr/esp32/src/ |
D | soc_flash_init.c | 70 void flash_clock_config(const esp_image_header_t *pfhdr) in flash_clock_config() argument 74 switch (pfhdr->spi_speed) { in flash_clock_config() 94 void flash_gpio_config(const esp_image_header_t *pfhdr) in flash_gpio_config() argument 98 if (pfhdr->spi_speed == ESP_IMAGE_SPI_SPEED_DIV_1) { in flash_gpio_config() 152 void flash_dummy_config(const esp_image_header_t *pfhdr) in flash_dummy_config() argument 172 switch (pfhdr->spi_speed) { in flash_dummy_config()
|
/hal_espressif-latest/components/bootloader_support/bootloader_flash/src/ |
D | bootloader_flash_config_esp32.c | 57 void IRAM_ATTR bootloader_flash_clock_config(const esp_image_header_t* pfhdr) in bootloader_flash_clock_config() argument 60 switch (pfhdr->spi_speed) { in bootloader_flash_clock_config() 80 void IRAM_ATTR bootloader_flash_gpio_config(const esp_image_header_t* pfhdr) in bootloader_flash_gpio_config() argument 83 if (pfhdr->spi_speed == ESP_IMAGE_SPI_SPEED_DIV_1) { in bootloader_flash_gpio_config() 134 void IRAM_ATTR bootloader_flash_dummy_config(const esp_image_header_t* pfhdr) in bootloader_flash_dummy_config() argument 149 switch (pfhdr->spi_speed) { in bootloader_flash_dummy_config()
|
D | bootloader_flash_config_esp32c2.c | 46 void IRAM_ATTR bootloader_flash_clock_config(const esp_image_header_t *pfhdr) in bootloader_flash_clock_config() argument 49 switch (pfhdr->spi_speed) { in bootloader_flash_clock_config() 74 void IRAM_ATTR bootloader_flash_dummy_config(const esp_image_header_t *pfhdr) in bootloader_flash_dummy_config() argument
|
D | bootloader_flash_config_esp32c3.c | 50 void IRAM_ATTR bootloader_flash_clock_config(const esp_image_header_t *pfhdr) in bootloader_flash_clock_config() argument 53 switch (pfhdr->spi_speed) { in bootloader_flash_clock_config() 78 void IRAM_ATTR bootloader_flash_dummy_config(const esp_image_header_t *pfhdr) in bootloader_flash_dummy_config() argument
|
D | bootloader_flash_config_esp32s2.c | 53 void IRAM_ATTR bootloader_flash_clock_config(const esp_image_header_t* pfhdr) in bootloader_flash_clock_config() argument 56 switch (pfhdr->spi_speed) { in bootloader_flash_clock_config() 82 void IRAM_ATTR bootloader_flash_dummy_config(const esp_image_header_t* pfhdr) in bootloader_flash_dummy_config() argument
|
D | bootloader_flash_config_esp32s3.c | 59 void IRAM_ATTR bootloader_flash_clock_config(const esp_image_header_t *pfhdr) in bootloader_flash_clock_config() argument 62 switch (pfhdr->spi_speed) { in bootloader_flash_clock_config() 88 void IRAM_ATTR bootloader_flash_dummy_config(const esp_image_header_t *pfhdr) in bootloader_flash_dummy_config() argument
|
D | bootloader_flash_config_esp32c6.c | 44 void IRAM_ATTR bootloader_flash_clock_config(const esp_image_header_t *pfhdr) in bootloader_flash_clock_config() argument 47 switch (pfhdr->spi_speed) { in bootloader_flash_clock_config()
|
D | bootloader_flash_config_esp32h2.c | 45 void IRAM_ATTR bootloader_flash_clock_config(const esp_image_header_t *pfhdr) in bootloader_flash_clock_config() argument 48 switch (pfhdr->spi_speed) { in bootloader_flash_clock_config()
|
/hal_espressif-latest/zephyr/esp32c2/src/ |
D | soc_flash_init.c | 51 void flash_clock_config(const esp_image_header_t *pfhdr) in flash_clock_config() argument 55 switch (pfhdr->spi_speed) { in flash_clock_config() 101 void flash_dummy_config(const esp_image_header_t *pfhdr) in flash_dummy_config() argument
|
/hal_espressif-latest/zephyr/esp32c3/src/ |
D | soc_flash_init.c | 57 void flash_clock_config(const esp_image_header_t *pfhdr) in flash_clock_config() argument 61 switch (pfhdr->spi_speed) { in flash_clock_config() 119 void flash_dummy_config(const esp_image_header_t *pfhdr) in flash_dummy_config() argument
|
/hal_espressif-latest/zephyr/esp32s2/src/ |
D | soc_flash_init.c | 78 void flash_dummy_config(const esp_image_header_t *pfhdr) in flash_dummy_config() argument 259 void flash_clock_config(const esp_image_header_t *pfhdr) in flash_clock_config() argument 263 switch (pfhdr->spi_speed) { in flash_clock_config()
|
/hal_espressif-latest/zephyr/esp32c6/src/ |
D | soc_flash_init.c | 49 void flash_clock_config(const esp_image_header_t *pfhdr) in flash_clock_config() argument 53 switch (pfhdr->spi_speed) { in flash_clock_config()
|
/hal_espressif-latest/zephyr/esp32s3/src/ |
D | soc_flash_init.c | 76 void flash_dummy_config(const esp_image_header_t *pfhdr) in flash_dummy_config() argument
|