ESP-IDF
sdmmc_slot_io_info_t::
::cmd
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (3/5)...
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::
::cmd
sdmmc_slot_io_info_t::
::cmd field
Syntax
Show:
Summary
Declaration
from
sdmmc_periph.h:48
gpio_num_t
cmd
;
Examples
References
from
examples
Code
Location
Referrer
gpio_num_t
cmd
;
sdmmc_periph.h:48
slot_gpio
->
cmd
=
sdmmc_slot_gpio_num
[
slot
]
.
cmd
;
sdmmc_host.c:701
sdmmc_host_init_slot()
GPIO_NUM_CHECK
(
slot_gpio
->
cmd
)
;
sdmmc_host.c:719
sdmmc_host_init_slot()
configure_pin
(
slot_gpio
->
cmd
,
sdmmc_slot_gpio_sig
[
slot
]
.
cmd
,
GPIO_MODE_INPUT_OUTPUT
,
"cmd"
,
use_gpio_matrix
)
;
sdmmc_host.c:735
sdmmc_host_init_slot()
gpio_pullup_en
(
s_host_ctx
.
slot_ctx
[
slot
]
.
slot_gpio_num
.
cmd
)
;
sdmmc_host.c:1136
sdmmc_host_pullup_en_internal()
.
cmd
=
SDMMC_SLOT0_IOMUX_PIN_NUM_CMD
,
sdmmc_periph.c:27
.
cmd
=
SDMMC_SLOT1_IOMUX_PIN_NUM_CMD
,
sdmmc_periph.c:39
.
cmd
=
-
1
,
sdmmc_periph.c:54
.
cmd
=
-
1
,
sdmmc_periph.c:66
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
sdmmc_slot_io_info_t::
::cmd
is written by 1 function and is read by 2 functions:
sdmmc_host_init_slot()
All items filtered out
sdmmc_slot_io_info_t::
::cmd
sdmmc_host_init_slot()
sdmmc_host_pullup_en_internal()
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