ESP-IDF
PSRAM_CLK_MODE_DCLK
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
PSRAM_CLK_MODE_DCLK
PSRAM_CLK_MODE_DCLK value
Two extra clock cycles after CS is set high level
Syntax
Show:
Summary
Declaration
from
esp_psram_impl_quad.c:58
PSRAM_CLK_MODE_DCLK
=
1
;
Examples
References
from
examples
Code
Location
Referrer
PSRAM_CLK_MODE_DCLK
=
1
,
/*!< Two extra clock cycles after CS is set high level */
esp_psram_impl_quad.c:58
static
psram_clk_mode_t
s_clk_mode
=
PSRAM_CLK_MODE_DCLK
;
esp_psram_impl_quad.c:220
if
(
s_clk_mode
==
PSRAM_CLK_MODE_DCLK
)
{
esp_psram_impl_quad.c:428
psram_disable_qio_mode()
if
(
s_clk_mode
==
PSRAM_CLK_MODE_DCLK
)
{
esp_psram_impl_quad.c:464
psram_read_id()
if
(
s_clk_mode
==
PSRAM_CLK_MODE_DCLK
)
{
esp_psram_impl_quad.c:499
psram_enable_qio_mode()
s_clk_mode
=
PSRAM_CLK_MODE_DCLK
;
esp_psram_impl_quad.c:938
esp_psram_impl_enable()
if
(
s_clk_mode
==
PSRAM_CLK_MODE_DCLK
)
{
esp_psram_impl_quad.c:956
esp_psram_impl_enable()
if
(
s_clk_mode
!=
PSRAM_CLK_MODE_DCLK
)
{
esp_psram_impl_quad.c:995
esp_psram_impl_enable()
if
(
s_clk_mode
==
PSRAM_CLK_MODE_DCLK
)
{
esp_psram_impl_quad.c:1115
psram_cache_init()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
PSRAM_CLK_MODE_DCLK
is read by 5 functions:
All items filtered out
PSRAM_CLK_MODE_DCLK
psram_disable_qio_mode()
psram_read_id()
psram_enable_qio_mode()
esp_psram_impl_enable()
psram_cache_init()
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