ESP-IDF
vfs_spiffs_open()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (1/5)...
Files
loading (2/5)...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
vfs_spiffs_open()
vfs_spiffs_open() function
Syntax
Show:
Summary
Declaration
Definition
from
esp_spiffs.c:54
static
int
vfs_spiffs_open
(
void
*
ctx
,
const
char
*
path
,
int
flags
,
int
mode
)
;
Implemented in
esp_spiffs.c:541
Arguments
Argument
ctx
path
flags
mode
Examples
References
from
examples
Code
Location
static
int
vfs_spiffs_open
(
void
*
ctx
,
const
char
*
path
,
int
flags
,
int
mode
)
esp_spiffs.c:541
static
int
vfs_spiffs_open
(
void
*
ctx
,
const
char
*
path
,
int
flags
,
int
mode
)
;
esp_spiffs.c:54
.
open_p
=
&
vfs_spiffs_open
,
esp_spiffs.c:430
Call Tree
from
examples
vfs_spiffs_open()
calls 7 functions:
All items filtered out
vfs_spiffs_open()
__assert_func()
SPIFFS_open()
SPIFFS_errno()
SPIFFS_clearerr()
spiffs_res_to_errno()
spiffs_mode_conv()
vfs_spiffs_update_mtime()
All items filtered out
Data Use
from
examples
vfs_spiffs_open()
reads 1 variable:
esp_spiffs_t::fs
All items filtered out
vfs_spiffs_open()
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