ESP-IDF
esp_image_header_t::spi_speed
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
esp_image_header_t::spi_speed
esp_image_header_t::spi_speed field
flash frequency (esp_image_spi_freq_t as uint8_t)
Syntax
Show:
Summary
Declaration
from
esp_app_format.h:82
uint8_t
spi_speed
:
4
;
Examples
References
from
examples
Code
Location
Referrer
uint8_t
spi_speed
:
4
;
/*!< flash frequency (esp_image_spi_freq_t as uint8_t) */
esp_app_format.h:82
switch
(
pfhdr
->
spi_speed
)
{
bootloader_flash_config_esp32.c:61
bootloader_flash_clock_config()
if
(
pfhdr
->
spi_speed
==
ESP_IMAGE_SPI_SPEED_DIV_1
)
{
bootloader_flash_config_esp32.c:84
bootloader_flash_gpio_config()
switch
(
pfhdr
->
spi_speed
)
{
bootloader_flash_config_esp32.c:150
bootloader_flash_dummy_config()
ESP_EARLY_LOGD
(
TAG
,
"spi_speed %02x"
,
bootloader_hdr
->
spi_speed
)
;
bootloader_flash_config_esp32.c:284
print_flash_info()
switch
(
bootloader_hdr
->
spi_speed
)
{
bootloader_flash_config_esp32.c:288
print_flash_info()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
esp_image_header_t::spi_speed
is read by 4 functions:
All items filtered out
esp_image_header_t::spi_speed
bootloader_flash_clock_config()
bootloader_flash_gpio_config()
bootloader_flash_dummy_config()
print_flash_info()
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out