ESP-IDF
CIS_CHECK_SIZE
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (1/5)...
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_SIZE
CIS_CHECK_SIZE macro
Syntax
Show:
Summary
Declaration
from
sdmmc_io.c:27
#define
CIS_CHECK_SIZE
(
SIZE
,
MINIMAL
)
do
{
int
store_size
=
(
SIZE
)
;
if
(
(
store_size
)
<
(
MINIMAL
)
)
return
ESP_ERR_INVALID_SIZE
;
}
while
(
0
)
Arguments
Argument
SIZE
MINIMAL
Examples
References
from
examples
Code
Location
#define
CIS_CHECK_SIZE
(
SIZE
,
MINIMAL
)
do
{
int
store_size
=
(
SIZE
)
;
if
(
(
store_size
)
<
(
MINIMAL
)
)
return
ESP_ERR_INVALID_SIZE
;
}
while
(
0
)
sdmmc_io.c:27
CIS_CHECK_SIZE
(
size
,
4
)
;
sdmmc_io.c:534
CIS_CHECK_SIZE
(
size
,
2
)
;
sdmmc_io.c:552
CIS_CHECK_SIZE
(
size
--
,
1
)
;
sdmmc_io.c:554
CIS_CHECK_SIZE
(
size
--
,
1
)
;
sdmmc_io.c:561
CIS_CHECK_SIZE
(
size
--
,
1
)
;
sdmmc_io.c:565
CIS_CHECK_SIZE
(
size
--
,
1
)
;
sdmmc_io.c:579
CIS_CHECK_SIZE
(
size
,
2
)
;
sdmmc_io.c:583
CIS_CHECK_SIZE
(
size
,
2
)
;
sdmmc_io.c:591
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