ESP-IDF
vfs_semihost_fstat()
is only used within ESP-IDF.
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
ESP-IDF
vfs_semihost_fstat()
vfs_semihost_fstat() function
Syntax
Show:
Summary
Declaration
from
vfs_semihost.c:168
static
int
vfs_semihost_fstat
(
void
*
ctx
,
int
fd
,
struct
stat
*
restrict
statbuf
)
;
Arguments
Argument
ctx
fd
statbuf
Examples
References
from
examples
Code
Location
static
int
vfs_semihost_fstat
(
void
*
ctx
,
int
fd
,
struct
stat
*
restrict
statbuf
)
vfs_semihost.c:168
.
fstat_p
=
&
vfs_semihost_fstat
,
vfs_semihost.c:451
Call Tree
from
examples
vfs_semihost_fstat()
calls 4 functions:
All items filtered out
vfs_semihost_fstat()
esp_cpu_dbgr_is_attached()
esp_log_timestamp()
esp_log_write()
semihosting_fstat()
All items filtered out
Data Use
from
examples
vfs_semihost_fstat()
reads 6 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
All items filtered out
vfs_semihost_fstat()
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