ESP-IDF
sdmmc_slot_info_t::width
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (3/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_info_t::width
sdmmc_slot_info_t::width field
Maximum supported slot width (1, 4, 8)
Syntax
Show:
Summary
Declaration
from
sdmmc_periph.h:29
uint8_t
width
;
Examples
References
from
examples
Code
Location
Referrer
uint8_t
width
;
/*!< Maximum supported slot width (1, 4, 8) */
sdmmc_periph.h:29
slot_width
=
slot_info
->
width
;
sdmmc_host.c:644
sdmmc_host_init_slot()
}
else
if
(
slot_width
>
slot_info
->
width
)
{
sdmmc_host.c:645
sdmmc_host_init_slot()
if
(
sdmmc_slot_info
[
slot
]
.
width
<
width
)
{
sdmmc_host.c:947
sdmmc_host_set_bus_width()
if
(
width
>
sdmmc_slot_info
[
slot
]
.
width
)
{
sdmmc_host.c:1131
sdmmc_host_pullup_en_internal()
.
width
=
8
,
sdmmc_periph.c:11
.
width
=
4
,
sdmmc_periph.c:17
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
sdmmc_slot_info_t::width
is read by 3 functions:
All items filtered out
sdmmc_slot_info_t::width
sdmmc_host_init_slot()
sdmmc_host_set_bus_width()
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