ESP-IDF
spiffs_check_type
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (3/5)...
Files
loading (4/5)...
Summary
Syntax
Values
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
spiffs_check_type
spiffs_check_type enum
Syntax
Show:
Summary
Declaration
from
spiffs.h:102
enum
{
SPIFFS_CHECK_LOOKUP
=
0
,
SPIFFS_CHECK_INDEX
,
SPIFFS_CHECK_PAGE
}
;
Values
Value
Declared as
spiffs_check_type::SPIFFS_CHECK_LOOKUP
=
0
spiffs_check_type::SPIFFS_CHECK_INDEX
spiffs_check_type::SPIFFS_CHECK_PAGE
Examples
References
from
examples
Code
Location
Scope
Referrer
typedef
enum
{
spiffs.h:102
}
spiffs_check_type
;
spiffs.h:106
spiffs_check_type
typedef
void
(
*
spiffs_check_callback
)
(
struct
spiffs_t
*
fs
,
spiffs_check_type
type
,
spiffs_check_report
report
,
spiffs.h:121
void
spiffs_api_check
(
spiffs
*
fs
,
spiffs_check_type
type
,
spiffs_api.c:58
spiffs_api_check()
spiffs_api_check()::type
void
spiffs_api_check
(
spiffs
*
fs
,
spiffs_check_type
type
,
spiffs_api.h:46
spiffs_api_check()
spiffs_api_check()::type
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
Instance
Scope
Location
Project
spiffs_api_check()::type
spiffs_api_check()
spiffs_api.c:58
spiffs_api_check()::type
spiffs_api_check()
spiffs_api.h:46
Lifecycle
from
examples
All items filtered out
All items filtered out