ESP-IDF
slot_ctx_t::is_uhs1
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::is_uhs1
slot_ctx_t::is_uhs1 field
Syntax
Show:
Summary
Declaration
from
sdmmc_host.c:74
bool
is_uhs1
;
Examples
References
from
examples
Code
Location
Referrer
bool
is_uhs1
;
sdmmc_host.c:74
*
is_uhs1
=
s_host_ctx
.
slot_ctx
[
slot
]
.
is_uhs1
;
sdmmc_host.c:613
sdmmc_host_is_slot_set_to_uhs1()
s_host_ctx
.
slot_ctx
[
slot
]
.
is_uhs1
=
true
;
sdmmc_host.c:631
sdmmc_host_init_slot()
if
(
s_host_ctx
.
slot_ctx
[
slot
]
.
is_uhs1
)
{
sdmmc_host.c:741
sdmmc_host_init_slot()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
slot_ctx_t::is_uhs1
is written by 1 function and is read by 2 functions:
sdmmc_host_init_slot()
All items filtered out
slot_ctx_t::is_uhs1
sdmmc_host_is_slot_set_to_uhs1()
sdmmc_host_init_slot()
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