ESP-IDF
vfs_semihost_drvinfo()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
vfs_semihost_drvinfo()
vfs_semihost_drvinfo() function
Syntax
Show:
Summary
Declaration
from
vfs_semihost.c:97
static
esp_err_t
vfs_semihost_drvinfo
(
vfs_semihost_ctx_t
*
ctx
)
;
Arguments
Argument
ctx
Related Functions
Found 1 other functions taking a
vfs_semihost_ctx_t
argument:
Function
ctx_is_unused()
Examples
References
from
examples
Code
Location
Referrer
static
esp_err_t
vfs_semihost_drvinfo
(
vfs_semihost_ctx_t
*
ctx
)
vfs_semihost.c:97
err
=
vfs_semihost_drvinfo
(
&
s_semhost_ctx
[
i
]
)
;
// define semihosting version
vfs_semihost.c:484
esp_vfs_semihost_register()
Call Tree
from
examples
vfs_semihost_drvinfo()
is called by 1 function and calls 2 functions:
esp_vfs_semihost_register()
All items filtered out
vfs_semihost_drvinfo()
esp_cpu_dbgr_is_attached()
semihosting_ver_info()
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