ESP-IDF
sdmmc_slot_io_info_t::
::d0
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
sdmmc_slot_io_info_t::
::d0
sdmmc_slot_io_info_t::
::d0 field
Syntax
Show:
Summary
Declaration
from
sdmmc_periph.h:49
gpio_num_t
d0
;
Examples
References
from
examples
Code
Location
Referrer
gpio_num_t
d0
;
sdmmc_periph.h:49
slot_gpio
->
d0
=
sdmmc_slot_gpio_num
[
slot
]
.
d0
;
sdmmc_host.c:702
sdmmc_host_init_slot()
GPIO_NUM_CHECK
(
slot_gpio
->
d0
)
;
sdmmc_host.c:720
sdmmc_host_init_slot()
configure_pin
(
slot_gpio
->
d0
,
sdmmc_slot_gpio_sig
[
slot
]
.
d0
,
GPIO_MODE_INPUT_OUTPUT
,
"d0"
,
use_gpio_matrix
)
;
sdmmc_host.c:736
sdmmc_host_init_slot()
gpio_pullup_en
(
s_host_ctx
.
slot_ctx
[
slot
]
.
slot_gpio_num
.
d0
)
;
sdmmc_host.c:1137
sdmmc_host_pullup_en_internal()
.
d0
=
SDMMC_SLOT0_IOMUX_PIN_NUM_D0
,
sdmmc_periph.c:28
.
d0
=
SDMMC_SLOT1_IOMUX_PIN_NUM_D0
,
sdmmc_periph.c:40
.
d0
=
-
1
,
sdmmc_periph.c:55
.
d0
=
-
1
,
sdmmc_periph.c:67
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
sdmmc_slot_io_info_t::
::d0
is written by 1 function and is read by 2 functions:
sdmmc_host_init_slot()
All items filtered out
sdmmc_slot_io_info_t::
::d0
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