ESP-IDF
open_modeflags
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
open_modeflags
open_modeflags variable
Syntax
Show:
Summary
Declaration
from
vfs_semihost.c:43
static
const
int
open_modeflags
[
12
]
=
{
O_RDONLY
,
O_RDONLY
|
O_BINARY
,
O_RDWR
,
O_RDWR
|
O_BINARY
,
O_WRONLY
|
O_CREAT
|
O_TRUNC
,
O_WRONLY
|
O_CREAT
|
O_TRUNC
|
O_BINARY
,
O_RDWR
|
O_CREAT
|
O_TRUNC
,
O_RDWR
|
O_CREAT
|
O_TRUNC
|
O_BINARY
,
O_WRONLY
|
O_CREAT
|
O_APPEND
,
O_WRONLY
|
O_CREAT
|
O_APPEND
|
O_BINARY
,
O_RDWR
|
O_CREAT
|
O_APPEND
,
O_RDWR
|
O_CREAT
|
O_APPEND
|
O_BINARY
}
;
Examples
References
from
examples
Code
Location
Referrer
static
const
int
open_modeflags
[
12
]
=
{
vfs_semihost.c:43
for
(
int
i
=
0
;
i
<
sizeof
(
open_modeflags
)
/
sizeof
(
open_modeflags
[
0
]
)
;
i
++
)
{
vfs_semihost.c:70
get_o_mode()
if
(
flags
==
open_modeflags
[
i
]
)
{
vfs_semihost.c:71
get_o_mode()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
open_modeflags
is read by 1 function:
All items filtered out
open_modeflags
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