FatFS
FILINFO::fattrib
is only used within FatFS.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (3/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
FatFS
FILINFO::fattrib
FILINFO::fattrib field
Syntax
Show:
Summary
Declaration
from
ff.h:257
BYTE
fattrib
;
Examples
References
from
examples
Code
Location
Referrer
BYTE
fattrib
;
/* File attribute */
ff.h:257
fno
->
fattrib
=
dp
->
dir
[
DIR_Attr
]
&
AM_MASK
;
/* Attribute */
ff.c:2749
get_fileinfo()
st
->
st_mode
=
get_stat_mode
(
(
info
->
fattrib
&
AM_DIR
)
!=
0
)
;
vfs_fat.c:709
update_stat_struct()
if
(
fat_dir
->
filinfo
.
fattrib
&
AM_DIR
)
{
vfs_fat.c:974
vfs_fat_readdir_r()
if
(
(
(
amode
&
W_OK
)
==
W_OK
)
&&
(
(
info
.
fattrib
&
AM_RDO
)
==
AM_RDO
)
)
{
vfs_fat.c:1066
vfs_fat_access()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
FILINFO::fattrib
is written by 1 function and is read by 3 functions:
get_fileinfo()
All items filtered out
FILINFO::fattrib
update_stat_struct()
vfs_fat_readdir_r()
vfs_fat_access()
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