ESP-IDF
sdmmc_slot_info
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
sdmmc_slot_info
sdmmc_slot_info variable
Width and GPIO matrix signal numbers for auxiliary SD host signals, one structure per slot
Syntax
Show:
Summary
Declaration
Definition
from
sdmmc_periph.h:36
extern
const
sdmmc_slot_info_t
sdmmc_slot_info
[
SOC_SDMMC_NUM_SLOTS
]
;
Implemented in
sdmmc_periph.c:9
Examples
References
from
examples
Code
Location
Referrer
const
sdmmc_slot_info_t
sdmmc_slot_info
[
SOC_SDMMC_NUM_SLOTS
]
=
{
sdmmc_periph.c:9
extern
const
sdmmc_slot_info_t
sdmmc_slot_info
[
SOC_SDMMC_NUM_SLOTS
]
;
sdmmc_periph.h:36
const
sdmmc_slot_info_t
*
slot_info
=
&
sdmmc_slot_info
[
slot
]
;
sdmmc_host.c:640
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()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
sdmmc_slot_info
is read by 3 functions:
All items filtered out
sdmmc_slot_info
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