ESP-IDF
sdmmc_slot_io_info_t
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_io_info_t
sdmmc_slot_io_info_t union
This structure lists pin numbers (if SOC_SDMMC_USE_IOMUX is set) or GPIO Matrix signal numbers (if SOC_SDMMC_USE_GPIO_MATRIX is set) for the SD bus signals. Field names match SD bus signal names.
Syntax
Show:
Summary
Declaration
from
sdmmc_periph.h:43
typedef
union
{
struct
{
gpio_num_t
cd
;
gpio_num_t
wp
;
gpio_num_t
clk
;
gpio_num_t
cmd
;
gpio_num_t
d0
;
gpio_num_t
d1
;
gpio_num_t
d2
;
gpio_num_t
d3
;
gpio_num_t
d4
;
gpio_num_t
d5
;
gpio_num_t
d6
;
gpio_num_t
d7
;
}
;
gpio_num_t
val
[
12
]
;
}
sdmmc_slot_io_info_t
;
Fields
Field
Declared as
sdmmc_slot_io_info_t::val
gpio_num_t
[
12
]
Examples
References
from
examples
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
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