ESP-IDF
sdmmc_slot_io_info_t::
::d4
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (4/5)...
Files
loading (4/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::
::d4
sdmmc_slot_io_info_t::
::d4 field
Syntax
Show:
Summary
Declaration
from
sdmmc_periph.h:53
gpio_num_t
d4
;
Examples
References
from
examples
Code
Location
Referrer
gpio_num_t
d4
;
sdmmc_periph.h:53
slot_gpio
->
d4
=
sdmmc_slot_gpio_num
[
slot
]
.
d4
;
sdmmc_host.c:706
sdmmc_host_init_slot()
GPIO_NUM_CHECK
(
slot_gpio
->
d4
)
;
sdmmc_host.c:728
sdmmc_host_init_slot()
configure_pin
(
slot_gpio
->
d4
,
sdmmc_slot_gpio_sig
[
slot
]
.
d4
,
GPIO_MODE_INPUT_OUTPUT
,
"d4"
,
use_gpio_matrix
)
;
sdmmc_host.c:760
sdmmc_host_init_slot()
gpio_pullup_en
(
s_host_ctx
.
slot_ctx
[
slot
]
.
slot_gpio_num
.
d4
)
;
sdmmc_host.c:1144
sdmmc_host_pullup_en_internal()
.
d4
=
SDMMC_SLOT0_IOMUX_PIN_NUM_D4
,
sdmmc_periph.c:32
.
d4
=
-
1
,
//slot1 has no D4-7
sdmmc_periph.c:44
.
d4
=
-
1
,
sdmmc_periph.c:59
.
d4
=
-
1
,
sdmmc_periph.c:71
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
sdmmc_slot_io_info_t::
::d4
is written by 1 function and is read by 2 functions:
sdmmc_host_init_slot()
All items filtered out
sdmmc_slot_io_info_t::
::d4
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