ESP-IDF
semihosting_opendir()
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
semihosting_opendir()
semihosting_opendir() function
Syntax
Show:
Summary
Declaration
from
openocd_semihosting.h:320
static
inline
int
semihosting_opendir
(
const
char
*
path
,
long
offset
)
;
Arguments
Argument
path
offset
Examples
References
from
examples
Code
Location
Referrer
static
inline
int
semihosting_opendir
(
const
char
*
path
,
long
offset
)
openocd_semihosting.h:320
int
ret_fd
=
semihosting_opendir
(
path
,
(
int
)
&
semihost_dirp
->
id
)
;
vfs_semihost.c:332
vfs_semihost_opendir()
Call Tree
from
examples
semihosting_opendir()
is called by 1 function and calls 1 function:
vfs_semihost_opendir()
All items filtered out
semihosting_opendir()
semihosting_call()
All items filtered out
Data Use
from
examples
semihosting_opendir()
:
All items filtered out
semihosting_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
All items filtered out
All items filtered out