FatFS
NS_LAST
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
NS_LAST
NS_LAST macro
Syntax
Show:
Summary
Declaration
from
ff.c:78
#define
NS_LAST
0x04
Examples
References
from
examples
Code
Location
#define
NS_LAST
0x04
/* Last segment */
ff.c:78
cf
=
NS_LAST
;
/* Last segment */
ff.c:2879
if
(
IsTerminator
(
*
p
)
)
cf
=
NS_LAST
;
/* Ignore terminating separator */
ff.c:2883
sfn
[
NSFLAG
]
=
(
c
<=
' '
||
p
[
si
]
<=
' '
)
?
NS_LAST
:
0
;
/* Set last segment flag if end of the path */
ff.c:3043
if
(
!
(
ns
&
NS_LAST
)
)
continue
;
/* Continue to follow if not last segment */
ff.c:3105
if
(
!
(
ns
&
NS_LAST
)
)
res
=
FR_NO_PATH
;
/* Adjust error code if not last segment */
ff.c:3109
if
(
ns
&
NS_LAST
)
break
;
/* Last segment matched. Function completed. */
ff.c:3114
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