ESP-IDF
slot_ctx_t::slot_width
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::slot_width
slot_ctx_t::slot_width field
Syntax
Show:
Summary
Declaration
from
sdmmc_host.c:71
size_t
slot_width
;
Examples
References
from
examples
Code
Location
Referrer
size_t
slot_width
;
sdmmc_host.c:71
s_host_ctx
.
slot_ctx
[
slot
]
.
slot_width
=
slot_width
;
sdmmc_host.c:648
sdmmc_host_init_slot()
sdmmc_host_pullup_en_internal
(
slot
,
s_host_ctx
.
slot_ctx
[
slot
]
.
slot_width
)
;
sdmmc_host.c:714
sdmmc_host_init_slot()
return
s_host_ctx
.
slot_ctx
[
slot
]
.
slot_width
;
sdmmc_host.c:970
sdmmc_host_get_slot_width()
if
(
s_host_ctx
.
slot_ctx
[
slot
]
.
slot_width
==
8
&&
ddr_enabled
)
{
sdmmc_host.c:977
sdmmc_host_set_bus_ddr_mode()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
slot_ctx_t::slot_width
is written by 1 function and is read by 3 functions:
sdmmc_host_init_slot()
All items filtered out
slot_ctx_t::slot_width
sdmmc_host_init_slot()
sdmmc_host_get_slot_width()
sdmmc_host_set_bus_ddr_mode()
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