ESP-IDF
slot_ctx_t::slot_gpio_num
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (1/5)...
Files
loading (2/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
slot_ctx_t::slot_gpio_num
slot_ctx_t::slot_gpio_num field
Syntax
Show:
Summary
Declaration
from
sdmmc_host.c:72
sdmmc_slot_io_info_t
slot_gpio_num
;
Examples
References
from
examples
Code
Location
Referrer
sdmmc_slot_io_info_t
slot_gpio_num
;
sdmmc_host.c:72
sdmmc_slot_io_info_t
*
slot_gpio
=
&
s_host_ctx
.
slot_ctx
[
slot
]
.
slot_gpio_num
;
sdmmc_host.c:641
sdmmc_host_init_slot()
sdmmc_slot_io_info_t
*
gpio
=
&
s_host_ctx
.
slot_ctx
[
slot
]
.
slot_gpio_num
;
sdmmc_host.c:855
sdmmc_host_deinit_slot_internal()
configure_pin
(
s_host_ctx
.
slot_ctx
[
slot
]
.
slot_gpio_num
.
d3
,
sdmmc_slot_gpio_sig
[
slot
]
.
d3
,
GPIO_MODE_INPUT_OUTPUT
,
"d3"
,
s_host_ctx
.
slot_ctx
[
slot
]
.
use_gpio_matrix
)
;
sdmmc_host.c:955
sdmmc_host_set_bus_width()
configure_pin
(
s_host_ctx
.
slot_ctx
[
slot
]
.
slot_gpio_num
.
d3
,
sdmmc_slot_gpio_sig
[
slot
]
.
d3
,
GPIO_MODE_INPUT_OUTPUT
,
"d3"
,
s_host_ctx
.
slot_ctx
[
slot
]
.
use_gpio_matrix
)
;
sdmmc_host.c:959
sdmmc_host_set_bus_width()
configure_pin
(
s_host_ctx
.
slot_ctx
[
slot
]
.
slot_gpio_num
.
d1
,
sdmmc_slot_gpio_sig
[
slot
]
.
d1
,
GPIO_MODE_INPUT_OUTPUT
,
"d1"
,
s_host_ctx
.
slot_ctx
[
slot
]
.
use_gpio_matrix
)
;
sdmmc_host.c:1038
sdmmc_host_io_int_enable()
if
(
gpio_get_level
(
s_host_ctx
.
slot_ctx
[
slot
]
.
slot_gpio_num
.
d1
)
==
0
)
{
sdmmc_host.c:1062
sdmmc_host_io_int_wait()
gpio_pullup_en
(
s_host_ctx
.
slot_ctx
[
slot
]
.
slot_gpio_num
.
cmd
)
;
sdmmc_host.c:1136
sdmmc_host_pullup_en_internal()
gpio_pullup_en
(
s_host_ctx
.
slot_ctx
[
slot
]
.
slot_gpio_num
.
d0
)
;
sdmmc_host.c:1137
sdmmc_host_pullup_en_internal()
gpio_pullup_en
(
s_host_ctx
.
slot_ctx
[
slot
]
.
slot_gpio_num
.
d1
)
;
sdmmc_host.c:1139
sdmmc_host_pullup_en_internal()
gpio_pullup_en
(
s_host_ctx
.
slot_ctx
[
slot
]
.
slot_gpio_num
.
d2
)
;
sdmmc_host.c:1140
sdmmc_host_pullup_en_internal()
gpio_pullup_en
(
s_host_ctx
.
slot_ctx
[
slot
]
.
slot_gpio_num
.
d3
)
;
sdmmc_host.c:1141
sdmmc_host_pullup_en_internal()
gpio_pullup_en
(
s_host_ctx
.
slot_ctx
[
slot
]
.
slot_gpio_num
.
d4
)
;
sdmmc_host.c:1144
sdmmc_host_pullup_en_internal()
gpio_pullup_en
(
s_host_ctx
.
slot_ctx
[
slot
]
.
slot_gpio_num
.
d5
)
;
sdmmc_host.c:1145
sdmmc_host_pullup_en_internal()
gpio_pullup_en
(
s_host_ctx
.
slot_ctx
[
slot
]
.
slot_gpio_num
.
d6
)
;
sdmmc_host.c:1146
sdmmc_host_pullup_en_internal()
gpio_pullup_en
(
s_host_ctx
.
slot_ctx
[
slot
]
.
slot_gpio_num
.
d7
)
;
sdmmc_host.c:1147
sdmmc_host_pullup_en_internal()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
slot_ctx_t::slot_gpio_num
is read by 4 functions:
All items filtered out
slot_ctx_t::slot_gpio_num
sdmmc_host_set_bus_width()
sdmmc_host_io_int_enable()
sdmmc_host_io_int_wait()
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