ESP-IDF
sdmmc_slot_io_info_t
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_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
Code
Location
Scope
Referrer
typedef
union
{
sdmmc_periph.h:43
}
sdmmc_slot_io_info_t
;
sdmmc_periph.h:59
sdmmc_slot_io_info_t
slot_gpio_num
;
sdmmc_host.c:72
slot_ctx_t
slot_ctx_t::slot_gpio_num
sdmmc_slot_io_info_t
*
slot_gpio
=
&
s_host_ctx
.
slot_ctx
[
slot
]
.
slot_gpio_num
;
sdmmc_host.c:641
sdmmc_host_init_slot()
sdmmc_slot_io_info_t
*
gpio
=
&
s_host_ctx
.
slot_ctx
[
slot
]
.
slot_gpio_num
;
sdmmc_host.c:855
sdmmc_host_deinit_slot_internal()
const
sdmmc_slot_io_info_t
sdmmc_slot_gpio_num
[
SOC_SDMMC_NUM_SLOTS
]
=
{
sdmmc_periph.c:24
const
sdmmc_slot_io_info_t
sdmmc_slot_gpio_sig
[
SOC_SDMMC_NUM_SLOTS
]
=
{
sdmmc_periph.c:51
}
sdmmc_slot_io_info_t
;
sdmmc_periph.h:59
sdmmc_slot_io_info_t
extern
const
sdmmc_slot_io_info_t
sdmmc_slot_gpio_num
[
SOC_SDMMC_NUM_SLOTS
]
;
sdmmc_periph.h:62
extern
const
sdmmc_slot_io_info_t
sdmmc_slot_gpio_sig
[
SOC_SDMMC_NUM_SLOTS
]
;
sdmmc_periph.h:65
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
Instance
Scope
Location
Project
sdmmc_slot_gpio_num
sdmmc_periph.h:62
sdmmc_slot_gpio_sig
sdmmc_periph.h:65
slot_ctx_t::slot_gpio_num
slot_ctx_t
sdmmc_host.c:72
sdmmc_slot_gpio_num
sdmmc_periph.c:24
sdmmc_slot_gpio_sig
sdmmc_periph.c:51
Lifecycle
from
examples
All items filtered out
All items filtered out