ESP-IDF
get_o_mode()
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
get_o_mode()
get_o_mode() function
Get the number of appropriate file open mode set from open_modeflags and add some esp flags to them
Syntax
Show:
Summary
Declaration
from
vfs_semihost.c:64
static
inline
int
get_o_mode
(
int
flags
)
;
Arguments
Argument
Description
flags
value, every bit of which reflects state of some open-file flag
Return value
index of the flag from
open_modeflags
[], or -1 if invalid flags combination is given.
Examples
References
from
examples
Code
Location
Referrer
static
inline
int
get_o_mode
(
int
flags
)
{
vfs_semihost.c:64
int
o_mode
=
get_o_mode
(
flags
)
;
vfs_semihost.c:119
vfs_semihost_open()
Call Tree
from
examples
get_o_mode()
is called by 1 function:
vfs_semihost_open()
All items filtered out
get_o_mode()
All items filtered out
Data Use
from
examples
get_o_mode()
reads 1 variable:
open_modeflags
All items filtered out
get_o_mode()
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