littlefs sample
esp_littlefs_free_fd()
is only used within littlefs sample.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
littlefs sample
esp_littlefs_free_fd()
esp_littlefs_free_fd() function
Release a file descriptor
Syntax
Show:
Summary
Declaration
from
esp_littlefs.c:1247
static
int
esp_littlefs_free_fd
(
esp_littlefs_t
*
efs
,
int
fd
)
;
Arguments
Argument
Description
efs
file system context
fd
File Descriptor to release
Return value
0 on success. -1 if a FD cannot be obtained. @warning This must be called with lock taken
Examples
References
from
examples
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