ESP-IDF
SOC_SDMMC_NUM_SLOTS
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (4/5)...
Files
loading (5/5)...
ESP-IDF
lwIP
FreeRTOS
cJSON
mbedTLS
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
SOC_SDMMC_NUM_SLOTS
SOC_SDMMC_NUM_SLOTS macro
Syntax
Show:
Summary
Declaration
from
soc_caps.h:436
#define
SOC_SDMMC_NUM_SLOTS
2
Examples
References
from
examples
Code
Location
#define
SOC_SDMMC_NUM_SLOTS
2
soc_caps.h:436
if
(
slot_num
<
0
||
slot_num
>=
SOC_SDMMC_NUM_SLOTS
)
{
\
sdmmc_host.c:55
#if
SOC_SDMMC_NUM_SLOTS
>=
2
sdmmc_host.c:75
slot_ctx_t
slot_ctx
[
SOC_SDMMC_NUM_SLOTS
]
;
sdmmc_host.c:91
#if
SOC_SDMMC_NUM_SLOTS
>=
2
sdmmc_host.c:92
#if
SOC_SDMMC_NUM_SLOTS
>=
2
sdmmc_host.c:98
#if
SOC_SDMMC_NUM_SLOTS
>=
2
sdmmc_host.c:107
#if
SOC_SDMMC_NUM_SLOTS
>=
2
sdmmc_host.c:330
#if
SOC_SDMMC_NUM_SLOTS
>=
2
sdmmc_host.c:410
#if
SOC_SDMMC_NUM_SLOTS
>=
2
sdmmc_host.c:813
if
(
s_host_ctx
.
num_of_init_slots
<
SOC_SDMMC_NUM_SLOTS
&&
s_host_ctx
.
active_slot_num
!=
slot
)
{
sdmmc_host.c:814
#if
SOC_SDMMC_NUM_SLOTS
>=
2
sdmmc_host.c:841
for
(
int
slot
=
0
;
slot
<
SOC_SDMMC_NUM_SLOTS
;
slot
++
)
{
sdmmc_host.c:892
#if
SOC_SDMMC_NUM_SLOTS
>=
2
sdmmc_host.c:911
#if
SOC_SDMMC_NUM_SLOTS
>=
2
sdmmc_host.c:1177
const
sdmmc_slot_info_t
sdmmc_slot_info
[
SOC_SDMMC_NUM_SLOTS
]
=
{
sdmmc_periph.c:9
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
extern
const
sdmmc_slot_info_t
sdmmc_slot_info
[
SOC_SDMMC_NUM_SLOTS
]
;
sdmmc_periph.h:36
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
Lifecycle
from
examples
All items filtered out
All items filtered out