ESP-IDF
SPIFFS_OP_C_WRTHRU
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_OP_C_WRTHRU
SPIFFS_OP_C_WRTHRU macro
Syntax
Show:
Summary
Declaration
from
spiffs_nucleus.h:280
#define
SPIFFS_OP_C_WRTHRU
(
6
<
<
2
)
Examples
References
from
examples
Code
Location
#define
SPIFFS_OP_C_WRTHRU
(
6
<
<
2
)
spiffs_nucleus.h:280
if
(
cp
&&
(
op
&
SPIFFS_OP_COM_MASK
)
!=
SPIFFS_OP_C_WRTHRU
)
{
spiffs_cache.c:196
res
=
_spiffs_wr
(
fs
,
SPIFFS_OP_C_WRTHRU
|
SPIFFS_OP_T_OBJ_LU2
,
0
,
spiffs_nucleus.c:244
res
=
_spiffs_wr
(
fs
,
SPIFFS_OP_C_WRTHRU
|
SPIFFS_OP_T_OBJ_LU2
,
0
,
spiffs_nucleus.c:252
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