ESP-IDF
SPIFFS_CHECK_PROGRESS
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
SPIFFS_CHECK_PROGRESS
SPIFFS_CHECK_PROGRESS value
Syntax
Show:
Summary
Declaration
from
spiffs.h:110
SPIFFS_CHECK_PROGRESS
=
0
;
Examples
References
from
examples
Code
Location
Referrer
SPIFFS_CHECK_PROGRESS
=
0
,
spiffs.h:110
if
(
report
!=
SPIFFS_CHECK_PROGRESS
)
{
spiffs_api.c:77
spiffs_api_check()
CHECK_CB
(
fs
,
SPIFFS_CHECK_LOOKUP
,
SPIFFS_CHECK_PROGRESS
,
spiffs_check.c:466
spiffs_lookup_check_v()
CHECK_CB
(
fs
,
SPIFFS_CHECK_LOOKUP
,
SPIFFS_CHECK_PROGRESS
,
0
,
0
)
;
spiffs_check.c:492
spiffs_lookup_consistency_check()
CHECK_CB
(
fs
,
SPIFFS_CHECK_LOOKUP
,
SPIFFS_CHECK_PROGRESS
,
256
,
0
)
;
spiffs_check.c:504
spiffs_lookup_consistency_check()
CHECK_CB
(
fs
,
SPIFFS_CHECK_PAGE
,
SPIFFS_CHECK_PROGRESS
,
spiffs_check.c:538
spiffs_page_consistency_check_i()
CHECK_CB
(
fs
,
SPIFFS_CHECK_PAGE
,
SPIFFS_CHECK_PROGRESS
,
0
,
0
)
;
spiffs_check.c:865
spiffs_page_consistency_check()
CHECK_CB
(
fs
,
SPIFFS_CHECK_PAGE
,
SPIFFS_CHECK_PROGRESS
,
256
,
0
)
;
spiffs_check.c:870
spiffs_page_consistency_check()
CHECK_CB
(
fs
,
SPIFFS_CHECK_INDEX
,
SPIFFS_CHECK_PROGRESS
,
spiffs_check.c:899
spiffs_object_index_consistency_check_v()
CHECK_CB
(
fs
,
SPIFFS_CHECK_INDEX
,
SPIFFS_CHECK_PROGRESS
,
0
,
0
)
;
spiffs_check.c:995
spiffs_object_index_consistency_check()
CHECK_CB
(
fs
,
SPIFFS_CHECK_INDEX
,
SPIFFS_CHECK_PROGRESS
,
256
,
0
)
;
spiffs_check.c:1004
spiffs_object_index_consistency_check()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
SPIFFS_CHECK_PROGRESS
is read by 7 functions:
All items filtered out
SPIFFS_CHECK_PROGRESS
spiffs_api_check()
spiffs_lookup_check_v()
spiffs_lookup_consistency_check()
spiffs_page_consistency_check_i()
spiffs_page_consistency_check()
spiffs_object_index_consistency_check_v()
spiffs_object_index_consistency_check()
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