FatFS
NS_NOLFN
is only used within FatFS.
Symbol previews are coming soon...
Symbols
loading (3/5)...
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
NS_NOLFN
NS_NOLFN macro
Syntax
Show:
Summary
Declaration
from
ff.c:82
#define
NS_NOLFN
0x40
Examples
References
from
examples
Code
Location
#define
NS_NOLFN
0x40
/* Do not find LFN */
ff.c:82
if
(
!
(
dp
->
fn
[
NSFLAG
]
&
NS_NOLFN
)
)
{
ff.c:2437
dp
->
fn
[
NSFLAG
]
=
NS_NOLFN
;
/* Find only SFN */
ff.c:2518
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