ESP-IDF
vfs_semihost_opendir()
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_opendir()
vfs_semihost_opendir() function
Syntax
Show:
Summary
Declaration
from
vfs_semihost.c:312
static
DIR
*
vfs_semihost_opendir
(
void
*
ctx
,
const
char
*
restrict
path
)
;
Arguments
Argument
ctx
path
Examples
References
from
examples
Code
Location
static
DIR
*
vfs_semihost_opendir
(
void
*
ctx
,
const
char
*
restrict
path
)
vfs_semihost.c:312
.
opendir_p
=
&
vfs_semihost_opendir
,
vfs_semihost.c:435
Call Tree
from
examples
vfs_semihost_opendir()
calls 6 functions:
All items filtered out
vfs_semihost_opendir()
esp_cpu_dbgr_is_attached()
free()
calloc()
esp_log_timestamp()
esp_log_write()
semihosting_opendir()
All items filtered out
Data Use
from
examples
vfs_semihost_opendir()
reads 7 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
All items filtered out
vfs_semihost_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_semihost_opendir()
allocates 1 types and frees 1 types:
vfs_semihost_dir_t
All items filtered out
vfs_semihost_opendir()
vfs_semihost_dir_t
All items filtered out