ESP-IDF
psram_io_t::flash_clk_io
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_io_t::flash_clk_io
psram_io_t::flash_clk_io field
Syntax
Show:
Summary
Declaration
from
esp_psram_impl_quad.c:151
uint8_t
flash_clk_io
;
Examples
References
from
examples
Code
Location
Referrer
uint8_t
flash_clk_io
;
esp_psram_impl_quad.c:151
SET_PERI_REG_BITS
(
GPIO_PIN_MUX_REG
[
psram_io
->
flash_clk_io
]
,
FUN_DRV
,
3
,
FUN_DRV_S
)
;
esp_psram_impl_quad.c:760
psram_gpio_config()
SET_PERI_REG_BITS
(
GPIO_PIN_MUX_REG
[
psram_io
->
flash_clk_io
]
,
FUN_DRV
,
3
,
FUN_DRV_S
)
;
esp_psram_impl_quad.c:771
psram_gpio_config()
SET_PERI_REG_BITS
(
GPIO_PIN_MUX_REG
[
psram_io
->
flash_clk_io
]
,
FUN_DRV
,
2
,
FUN_DRV_S
)
;
esp_psram_impl_quad.c:782
psram_gpio_config()
if
(
(
psram_io
->
flash_clk_io
==
MSPI_IOMUX_PIN_NUM_CLK
)
&&
(
psram_io
->
flash_clk_io
!=
psram_io
->
psram_clk_io
)
)
{
esp_psram_impl_quad.c:804
psram_gpio_config()
gpio_hal_iomux_func_sel
(
GPIO_PIN_MUX_REG
[
psram_io
->
flash_clk_io
]
,
FUNC_SD_CLK_SPICLK
)
;
esp_psram_impl_quad.c:806
psram_gpio_config()
gpio_hal_iomux_func_sel
(
GPIO_PIN_MUX_REG
[
psram_io
->
flash_clk_io
]
,
PIN_FUNC_GPIO
)
;
esp_psram_impl_quad.c:809
psram_gpio_config()
SET_PERI_REG_BITS
(
GPIO_PIN_MUX_REG
[
psram_io
->
flash_clk_io
]
,
FUN_DRV_V
,
3
,
FUN_DRV_S
)
;
esp_psram_impl_quad.c:823
psram_gpio_config()
esp_gpio_reserve
(
BIT64
(
psram_io
->
flash_clk_io
)
|
esp_psram_impl_quad.c:833
psram_gpio_config()
psram_io
.
flash_clk_io
=
MSPI_IOMUX_PIN_NUM_CLK
;
esp_psram_impl_quad.c:913
esp_psram_impl_enable()
psram_io
.
flash_clk_io
=
FLASH_HSPI_CLK_IO
;
esp_psram_impl_quad.c:920
esp_psram_impl_enable()
psram_io
.
flash_clk_io
=
EFUSE_SPICONFIG_RET_SPICLK
(
spiconfig
)
;
esp_psram_impl_quad.c:927
esp_psram_impl_enable()
if
(
psram_io
.
flash_clk_io
==
psram_io
.
psram_clk_io
)
{
esp_psram_impl_quad.c:935
esp_psram_impl_enable()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
psram_io_t::flash_clk_io
is written by 1 function and is read by 2 functions:
esp_psram_impl_enable()
All items filtered out
psram_io_t::flash_clk_io
psram_gpio_config()
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