ESP-IDF
SLOT_CHECK
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
SLOT_CHECK
SLOT_CHECK macro
Syntax
Show:
Summary
Declaration
from
sdmmc_host.c:54
#define
SLOT_CHECK
(
slot_num
)
\
if
(
slot_num
<
0
||
slot_num
>=
SOC_SDMMC_NUM_SLOTS
)
{
\
return
ESP_ERR_INVALID_ARG
;
\
}
Arguments
Argument
slot_num
Examples
References
from
examples
Code
Location
#define
SLOT_CHECK
(
slot_num
)
\
sdmmc_host.c:54
SLOT_CHECK
(
slot
)
;
sdmmc_host.c:288
SLOT_CHECK
(
slot
)
;
sdmmc_host.c:341
SLOT_CHECK
(
slot
)
;
sdmmc_host.c:408
SLOT_CHECK
(
slot
)
;
sdmmc_host.c:624
SLOT_CHECK
(
slot
)
;
sdmmc_host.c:945
SLOT_CHECK
(
slot
)
;
sdmmc_host.c:975
SLOT_CHECK
(
slot
)
;
sdmmc_host.c:990
SLOT_CHECK
(
slot
)
;
sdmmc_host.c:1154
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