FatFS
NS_EXT
is only used within FatFS.
Symbol previews are coming soon...
Symbols
loading (1/5)...
Files
loading (2/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
FatFS
NS_EXT
NS_EXT macro
Syntax
Show:
Summary
Declaration
from
ff.c:80
#define
NS_EXT
0x10
Examples
References
from
examples
Code
Location
#define
NS_EXT
0x10
/* Lower case flag (ext) */
ff.c:80
dp
->
dir
[
DIR_NTres
]
=
dp
->
fn
[
NSFLAG
]
&
(
NS_BODY
|
NS_EXT
)
;
/* Put NT flag */
ff.c:2558
if
(
wc
==
'.'
)
lcf
=
NS_EXT
;
ff.c:2728
if
(
b
&
0x01
)
cf
|=
NS_EXT
;
/* NT flag (Extension has small capital letters only) */
ff.c:2975
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