ESP-IDF
psram_enable_qio_mode()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (3/5)...
Files
loading (4/5)...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
psram_enable_qio_mode()
psram_enable_qio_mode() function
Syntax
Show:
Summary
Declaration
from
esp_psram_impl_quad.c:493
static
esp_err_t
IRAM_ATTR
psram_enable_qio_mode
(
psram_spi_num_t
spi_num
)
;
Arguments
Argument
spi_num
Examples
References
from
examples
Code
Location
Referrer
static
esp_err_t
IRAM_ATTR
psram_enable_qio_mode
(
psram_spi_num_t
spi_num
)
esp_psram_impl_quad.c:493
psram_enable_qio_mode
(
PSRAM_SPI_1
)
;
esp_psram_impl_quad.c:1040
esp_psram_impl_enable()
Call Tree
from
examples
psram_enable_qio_mode()
is called by 1 function and calls 3 functions:
esp_psram_impl_enable()
All items filtered out
psram_enable_qio_mode()
psram_cmd_recv_start()
psram_cmd_config()
psram_cmd_end()
All items filtered out
Data Use
from
examples
psram_enable_qio_mode()
reads 7 variables and writes 9 variables:
psram_cache_speed_t::PSRAM_CACHE_F80M_S40M
psram_cache_speed_t::PSRAM_CACHE_F40M_S40M
psram_cache_speed_t::PSRAM_CACHE_F80M_S80M
s_psram_mode
s_clk_mode
psram_cmd_mode_t::PSRAM_CMD_SPI
psram_clk_mode_t::PSRAM_CLK_MODE_DCLK
All items filtered out
psram_enable_qio_mode()
psram_cmd_t::cmd
psram_cmd_t::cmdBitLen
psram_cmd_t::addr
psram_cmd_t::addrBitLen
psram_cmd_t::txData
psram_cmd_t::txDataBitLen
psram_cmd_t::rxData
psram_cmd_t::rxDataBitLen
psram_cmd_t::dummyBitLen
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