Home
last modified time | relevance | path

Searched refs:pfhdr (Results 1 – 14 of 14) 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);
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/
Dsoc_flash_init.c70 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/
Dbootloader_flash_config_esp32.c57 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()
Dbootloader_flash_config_esp32c2.c46 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
Dbootloader_flash_config_esp32c3.c50 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
Dbootloader_flash_config_esp32s2.c53 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
Dbootloader_flash_config_esp32s3.c59 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
Dbootloader_flash_config_esp32c6.c44 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()
Dbootloader_flash_config_esp32h2.c45 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/
Dsoc_flash_init.c51 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/
Dsoc_flash_init.c57 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/
Dsoc_flash_init.c78 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/
Dsoc_flash_init.c49 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/
Dsoc_flash_init.c76 void flash_dummy_config(const esp_image_header_t *pfhdr) in flash_dummy_config() argument