ESP-IDF
vfs_semihost_ctx_t
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
vfs_semihost_ctx_t
vfs_semihost_ctx_t struct
Syntax
Show:
Summary
Declaration
from
vfs_semihost.c:78
typedef
struct
{
char
base_path
[
ESP_VFS_PATH_MAX
+
1
]
;
}
vfs_semihost_ctx_t
;
Fields
Field
Declared as
vfs_semihost_ctx_t::base_path
char
[
ESP_VFS_PATH_MAX
+
1
]
Related Functions
Found 2 other functions taking a
vfs_semihost_ctx_t
argument:
Function
ctx_is_unused()
vfs_semihost_drvinfo()
Examples
References
from
examples
Code
Location
Scope
Referrer
typedef
struct
{
vfs_semihost.c:78
}
vfs_semihost_ctx_t
;
vfs_semihost.c:80
vfs_semihost_ctx_t
static
vfs_semihost_ctx_t
s_semhost_ctx
[
CONFIG_VFS_SEMIHOSTFS_MAX_MOUNT_POINTS
]
;
vfs_semihost.c:82
static
inline
bool
ctx_is_unused
(
const
vfs_semihost_ctx_t
*
ctx
)
vfs_semihost.c:84
ctx_is_unused()
ctx_is_unused()::ctx
static
esp_err_t
vfs_semihost_drvinfo
(
vfs_semihost_ctx_t
*
ctx
)
vfs_semihost.c:97
vfs_semihost_drvinfo()
vfs_semihost_drvinfo()::ctx
Call Tree
from
examples
All items filtered out
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
Instance
Scope
Location
Project
s_semhost_ctx
vfs_semihost.c:82
ctx_is_unused()::ctx
ctx_is_unused()
vfs_semihost.c:84
vfs_semihost_drvinfo()::ctx
vfs_semihost_drvinfo()
vfs_semihost.c:97
Lifecycle
from
examples
All items filtered out
All items filtered out