FatFS
vfs_fat_opendir()
is only used within FatFS.
Symbol previews are coming soon...
Symbols
loading (2/5)...
Files
loading (3/5)...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
FatFS
vfs_fat_opendir()
vfs_fat_opendir() function
Syntax
Show:
Summary
Declaration
Definition
from
vfs_fat.c:94
static
DIR
*
vfs_fat_opendir
(
void
*
ctx
,
const
char
*
name
)
;
Implemented in
vfs_fat.c:884
Arguments
Argument
ctx
name
Examples
References
from
examples
Code
Location
static
DIR
*
vfs_fat_opendir
(
void
*
ctx
,
const
char
*
name
)
vfs_fat.c:884
static
DIR
*
vfs_fat_opendir
(
void
*
ctx
,
const
char
*
name
)
;
vfs_fat.c:94
.
opendir_p
=
&
vfs_fat_opendir
,
vfs_fat.c:150
Call Tree
from
examples
vfs_fat_opendir()
calls 9 functions:
All items filtered out
vfs_fat_opendir()
free()
esp_log_timestamp()
esp_log_write()
_lock_acquire()
_lock_release()
f_opendir()
ff_memalloc()
fresult_to_errno()
prepend_drive_to_path()
All items filtered out
Data Use
from
examples
vfs_fat_opendir()
reads 8 variables:
esp_log_level_t::ESP_LOG_ERROR
esp_log_level_t::ESP_LOG_WARN
esp_log_level_t::ESP_LOG_INFO
esp_log_level_t::ESP_LOG_DEBUG
esp_log_level_t::ESP_LOG_VERBOSE
FRESULT::FR_OK
::dir_path
TAG
All items filtered out
vfs_fat_opendir()
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
vfs_fat_opendir()
allocates 1 types:
vfs_fat_dir_t
All items filtered out
vfs_fat_opendir()
All items filtered out