ESP-IDF
+
0
/3 examples
SourceVu will show references to
ESP_VFS_FLAG_CONTEXT_PTR
from the following samples and libraries:
FatFS
littlefs sample
perf_benchmark sample
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
ESP_VFS_FLAG_CONTEXT_PTR
ESP_VFS_FLAG_CONTEXT_PTR macro
Flag which indicates that FS needs extra context pointer in syscalls.
Syntax
Show:
Summary
Declaration
from
esp_vfs.h:60
#define
ESP_VFS_FLAG_CONTEXT_PTR
(
1
<
<
1
)
Examples
ESP_VFS_FLAG_CONTEXT_PTR
is referenced by 3 libraries and example projects:
FatFS
littlefs sample
perf_benchmark sample
References
from
0/3
examples
Code
Location
#define
ESP_VFS_FLAG_CONTEXT_PTR
(
1
<
<
1
)
esp_vfs.h:60
int
vfs_flags
=
ESP_VFS_FLAG_CONTEXT_PTR
|
ESP_VFS_FLAG_STATIC
;
esp_spiffs.c:453
if
(
pvfs
->
flags
&
ESP_VFS_FLAG_CONTEXT_PTR
)
{
\
vfs.c:829
if
(
pvfs
->
flags
&
ESP_VFS_FLAG_CONTEXT_PTR
)
{
\
vfs.c:840
if
(
pvfs
->
flags
&
ESP_VFS_FLAG_CONTEXT_PTR
)
{
\
vfs.c:862
if
(
pvfs
->
flags
&
ESP_VFS_FLAG_CONTEXT_PTR
)
{
\
vfs.c:884
err
=
esp_vfs_register_fs
(
base_path
,
&
s_vfs_semihost
,
ESP_VFS_FLAG_STATIC
|
ESP_VFS_FLAG_CONTEXT_PTR
,
&
s_semhost_ctx
[
i
]
)
;
vfs_semihost.c:489
Call Tree
from
0/3
examples
All items filtered out
All items filtered out
Data Use
from
0/3
examples
All items filtered out
All items filtered out
Class Tree
from
0/3
examples
All items filtered out
All items filtered out
Override Tree
from
0/3
examples
All items filtered out
All items filtered out
Implementations
from
0/3
examples
All items filtered out
All items filtered out
Instances
from
0/3
examples
Lifecycle
from
0/3
examples
All items filtered out
All items filtered out