ESP-IDF
PSRAM_CLK_MODE_NORM
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/5)...
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_NORM
PSRAM_CLK_MODE_NORM value
Normal SPI mode
Syntax
Show:
Summary
Declaration
from
esp_psram_impl_quad.c:57
PSRAM_CLK_MODE_NORM
=
0
;
Examples
References
from
examples
Code
Location
Referrer
PSRAM_CLK_MODE_NORM
=
0
,
/*!< Normal SPI mode */
esp_psram_impl_quad.c:57
if
(
clk_mode
==
PSRAM_CLK_MODE_NORM
)
{
esp_psram_impl_quad.c:705
psram_set_cs_timing()
s_clk_mode
=
PSRAM_CLK_MODE_NORM
;
esp_psram_impl_quad.c:936
esp_psram_impl_enable()
s_clk_mode
=
PSRAM_CLK_MODE_NORM
;
esp_psram_impl_quad.c:1031
esp_psram_impl_enable()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
PSRAM_CLK_MODE_NORM
is read by 2 functions:
All items filtered out
PSRAM_CLK_MODE_NORM
psram_set_cs_timing()
esp_psram_impl_enable()
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