ESP-IDF
enable_qio_mode()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
enable_qio_mode()
enable_qio_mode() function
Syntax
Show:
Summary
Declaration
Definition
from
flash_qio_mode.c:58
static
esp_err_t
enable_qio_mode
(
bootloader_flash_read_status_fn_t
read_status_fn
,
bootloader_flash_write_status_fn_t
write_status_fn
,
uint8_t
status_qio_bit
)
;
Implemented in
flash_qio_mode.c:124
Arguments
Argument
read_status_fn
write_status_fn
status_qio_bit
Examples
References
from
examples
Code
Location
Referrer
static
esp_err_t
enable_qio_mode
(
bootloader_flash_read_status_fn_t
read_status_fn
,
flash_qio_mode.c:124
static
esp_err_t
enable_qio_mode
(
bootloader_flash_read_status_fn_t
read_status_fn
,
flash_qio_mode.c:58
enable_qio_mode
(
bootloader_flash_qe_support_list
[
i
]
.
read_status_fn
,
flash_qio_mode.c:96
bootloader_enable_qio_mode()
Call Tree
from
examples
enable_qio_mode()
is called by 1 function and calls 8 functions:
bootloader_enable_qio_mode()
All items filtered out
enable_qio_mode()
esp_log_timestamp()
esp_log_write()
bootloader_execute_flash_command()
esp_rom_spiflash_config_readmode()
esp_rom_spiflash_wait_idle()
s_flash_set_qio_pins()
enable_qio_mode()::read_status_fn
enable_qio_mode()::write_status_fn
All items filtered out
Data Use
from
examples
enable_qio_mode()
reads 7 variables:
esp_log_level_t::ESP_LOG_ERROR
esp_log_level_t::ESP_LOG_WARN
esp_log_level_t::ESP_LOG_INFO
esp_log_level_t::ESP_LOG_DEBUG
esp_log_level_t::ESP_LOG_VERBOSE
esp_rom_spiflash_read_mode_t::ESP_ROM_SPIFLASH_QIO_MODE
TAG
All items filtered out
enable_qio_mode()
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