ESP-IDF
vfs_semihost_readdir_r()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
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_semihost_readdir_r()
vfs_semihost_readdir_r() function
Syntax
Show:
Summary
Declaration
from
vfs_semihost.c:370
static
int
vfs_semihost_readdir_r
(
void
*
ctx
,
DIR
*
dirp
,
struct
dirent
*
entry
,
struct
dirent
*
*
out_dirent
)
;
Arguments
Argument
ctx
dirp
entry
out_dirent
Examples
References
from
examples
Code
Location
Referrer
static
int
vfs_semihost_readdir_r
(
void
*
ctx
,
DIR
*
dirp
,
struct
dirent
*
entry
,
struct
dirent
*
*
out_dirent
)
vfs_semihost.c:370
int
ret
=
vfs_semihost_readdir_r
(
ctx
,
(
DIR
*
)
semihost_dirp
,
&
semihost_dirp
->
e
,
&
dir_ptr
)
;
vfs_semihost.c:402
vfs_semihost_readdir()
.
readdir_r_p
=
&
vfs_semihost_readdir_r
,
vfs_semihost.c:439
Call Tree
from
examples
vfs_semihost_readdir_r()
is called by 1 function and calls 4 functions:
vfs_semihost_readdir()
All items filtered out
vfs_semihost_readdir_r()
esp_cpu_dbgr_is_attached()
esp_log_timestamp()
esp_log_write()
semihosting_readdir()
All items filtered out
Data Use
from
examples
vfs_semihost_readdir_r()
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
TAG
vfs_semihost_dir_t::path
vfs_semihost_dir_t::id
All items filtered out
vfs_semihost_readdir_r()
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