ESP-IDF
slot_ctx_t::use_gpio_matrix
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
slot_ctx_t::use_gpio_matrix
slot_ctx_t::use_gpio_matrix field
Syntax
Show:
Summary
Declaration
from
sdmmc_host.c:73
bool
use_gpio_matrix
;
Examples
References
from
examples
Code
Location
Referrer
bool
use_gpio_matrix
;
sdmmc_host.c:73
s_host_ctx
.
slot_ctx
[
slot
]
.
use_gpio_matrix
=
use_gpio_matrix
;
sdmmc_host.c:675
sdmmc_host_init_slot()
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()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
slot_ctx_t::use_gpio_matrix
is written by 1 function and is read by 2 functions:
sdmmc_host_init_slot()
All items filtered out
slot_ctx_t::use_gpio_matrix
sdmmc_host_set_bus_width()
sdmmc_host_io_int_enable()
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