ESP-IDF
SPIFFS_ERR_INDEX_REF_FREE
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_ERR_INDEX_REF_FREE
SPIFFS_ERR_INDEX_REF_FREE macro
Syntax
Show:
Summary
Declaration
from
spiffs.h:32
#define
SPIFFS_ERR_INDEX_REF_FREE
-
10015
Examples
References
from
examples
Code
Location
#define
SPIFFS_ERR_INDEX_REF_FREE
-
10015
spiffs.h:32
return
SPIFFS_ERR_INDEX_REF_FREE
;
spiffs_nucleus.c:8
if
(
res
!=
SPIFFS_ERR_DELETED
&&
res
!=
SPIFFS_OK
&&
res
!=
SPIFFS_ERR_INDEX_REF_FREE
)
{
spiffs_nucleus.c:1845
}
else
if
(
res
==
SPIFFS_ERR_DELETED
||
res
==
SPIFFS_ERR_INDEX_REF_FREE
)
{
spiffs_nucleus.c:1856
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