FatFS
AM_RDO
is only used within FatFS.
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
FatFS
AM_RDO
AM_RDO macro
Syntax
Show:
Summary
Declaration
from
ff.h:426
#define
AM_RDO
0x01
Examples
References
from
examples
Code
Location
#define
AM_RDO
0x01
/* Read only */
ff.h:426
if
(
dj
.
obj
.
attr
&
(
AM_RDO
|
AM_DIR
)
)
{
/* Cannot overwrite it (R/O or FF_DIR) */
ff.c:3780
if
(
(
mode
&
FA_WRITE
)
&&
(
dj
.
obj
.
attr
&
AM_RDO
)
)
{
/* Write mode open against R/O file */
ff.c:3831
if
(
dj
.
obj
.
attr
&
AM_RDO
)
{
ff.c:5033
mask
&=
AM_RDO
|
AM_HID
|
AM_SYS
|
AM_ARC
;
/* Valid attribute mask */
ff.c:5310
if
(
(
(
amode
&
W_OK
)
==
W_OK
)
&&
(
(
info
.
fattrib
&
AM_RDO
)
==
AM_RDO
)
)
{
vfs_fat.c:1066
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
Lifecycle
from
examples
All items filtered out
All items filtered out