FatFS
CHECK_EXECUTE_RESULT
is only used within FatFS.
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
FatFS
CHECK_EXECUTE_RESULT
CHECK_EXECUTE_RESULT macro
Syntax
Show:
Summary
Declaration
from
vfs_fat_sdmmc.c:27
#define
CHECK_EXECUTE_RESULT
(
err
,
str
)
do
{
\
if
(
(
err
)
!=
ESP_OK
)
{
\
ESP_LOGE
(
TAG
,
str
" (0x%x)."
,
err
)
;
\
goto
cleanup
;
\
}
\
}
while
(
0
)
Arguments
Argument
err
str
Examples
References
from
examples
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