ESP-IDF
sdmmc_slot_io_info_t::
::clk
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
sdmmc_slot_io_info_t::
::clk
sdmmc_slot_io_info_t::
::clk field
Syntax
Show:
Summary
Declaration
from
sdmmc_periph.h:47
gpio_num_t
clk
;
Examples
References
from
examples
Code
Location
Referrer
gpio_num_t
clk
;
sdmmc_periph.h:47
slot_gpio
->
clk
=
sdmmc_slot_gpio_num
[
slot
]
.
clk
;
sdmmc_host.c:700
sdmmc_host_init_slot()
GPIO_NUM_CHECK
(
slot_gpio
->
clk
)
;
sdmmc_host.c:718
sdmmc_host_init_slot()
configure_pin
(
slot_gpio
->
clk
,
sdmmc_slot_gpio_sig
[
slot
]
.
clk
,
GPIO_MODE_OUTPUT
,
"clk"
,
use_gpio_matrix
)
;
sdmmc_host.c:734
sdmmc_host_init_slot()
.
clk
=
SDMMC_SLOT0_IOMUX_PIN_NUM_CLK
,
sdmmc_periph.c:26
.
clk
=
SDMMC_SLOT1_IOMUX_PIN_NUM_CLK
,
sdmmc_periph.c:38
.
clk
=
-
1
,
sdmmc_periph.c:53
.
clk
=
-
1
,
sdmmc_periph.c:65
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
sdmmc_slot_io_info_t::
::clk
is written by 1 function and is read by 1 function:
sdmmc_host_init_slot()
All items filtered out
sdmmc_slot_io_info_t::
::clk
sdmmc_host_init_slot()
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