FatFS
INIT_NAMBUF
is only used within FatFS.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
FatFS
INIT_NAMBUF
INIT_NAMBUF macro
Syntax
Show:
Summary
Declaration
from
ff.c:552
#define
INIT_NAMBUF
(
fs
)
{
lfn
=
ff_memalloc
(
(
FF_MAX_LFN
+
1
)
*
2
)
;
if
(
!
lfn
)
LEAVE_FF
(
fs
,
FR_NOT_ENOUGH_CORE
)
;
(
fs
)
->
lfnbuf
=
lfn
;
}
Arguments
Argument
fs
Examples
References
from
examples
Code
Location
#define
INIT_NAMBUF
(
fs
)
ff.c:506
#define
INIT_NAMBUF
(
fs
)
{
(
fs
)
->
lfnbuf
=
lbuf
;
}
ff.c:540
#define
INIT_NAMBUF
(
fs
)
{
lfn
=
ff_memalloc
(
(
FF_MAX_LFN
+
1
)
*
2
)
;
if
(
!
lfn
)
LEAVE_FF
(
fs
,
FR_NOT_ENOUGH_CORE
)
;
(
fs
)
->
lfnbuf
=
lfn
;
}
ff.c:552
INIT_NAMBUF
(
fs
)
;
ff.c:3754
INIT_NAMBUF
(
fs
)
;
ff.c:4654
INIT_NAMBUF
(
fs
)
;
ff.c:4749
INIT_NAMBUF
(
dj
.
obj
.
fs
)
;
ff.c:4835
INIT_NAMBUF
(
fs
)
;
ff.c:5021
INIT_NAMBUF
(
fs
)
;
ff.c:5112
INIT_NAMBUF
(
fs
)
;
ff.c:5198
INIT_NAMBUF
(
fs
)
;
ff.c:5306
INIT_NAMBUF
(
fs
)
;
ff.c:5352
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