ESP-IDF
CIS_CHECK_UNSUPPORTED
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (2/5)...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
CIS_CHECK_UNSUPPORTED
CIS_CHECK_UNSUPPORTED macro
Syntax
Show:
Summary
Declaration
from
sdmmc_io.c:28
#define
CIS_CHECK_UNSUPPORTED
(
COND
)
do
{
if
(
!
(
COND
)
)
return
ESP_ERR_NOT_SUPPORTED
;
}
while
(
0
)
Arguments
Argument
COND
Examples
References
from
examples
Code
Location
#define
CIS_CHECK_UNSUPPORTED
(
COND
)
do
{
if
(
!
(
COND
)
)
return
ESP_ERR_NOT_SUPPORTED
;
}
while
(
0
)
sdmmc_io.c:28
CIS_CHECK_UNSUPPORTED
(
power
==
0
)
;
//power descriptor is not handled yet
sdmmc_io.c:574
CIS_CHECK_UNSUPPORTED
(
!
timing
)
;
//timing descriptor is not handled yet
sdmmc_io.c:575
CIS_CHECK_UNSUPPORTED
(
!
io_sp
)
;
//io space descriptor is not handled yet
sdmmc_io.c:576
CIS_CHECK_UNSUPPORTED
(
mem_space
==
1
)
;
//other cases not handled yet
sdmmc_io.c:593
CIS_CHECK_UNSUPPORTED
(
misc
==
0
)
;
//misc descriptor is not handled yet
sdmmc_io.c:599
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