FatFS
FM_SFD
is only used within FatFS.
Symbol previews are coming soon...
Symbols
loading (1/5)...
Files
loading (4/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
FatFS
FM_SFD
FM_SFD macro
Syntax
Show:
Summary
Declaration
from
ff.h:417
#define
FM_SFD
0x08
Examples
References
from
examples
Code
Location
#define
FM_SFD
0x08
ff.h:417
fsopt
=
opt
->
fmt
&
(
FM_ANY
|
FM_SFD
)
;
ff.c:5972
if
(
!
(
fsopt
&
FM_SFD
)
)
{
/* To be partitioned? */
ff.c:6025
if
(
!
(
fsopt
&
FM_SFD
)
)
{
/* Create partition table if not in SFD format */
ff.c:6411
const
MKFS_PARM
opt
=
{
(
BYTE
)
(
FM_ANY
|
FM_SFD
)
,
(
mount_config
->
use_one_fat
?
1
:
2
)
,
0
,
(
sec_num
<=
MIN_REQ_SEC
?
root_dir_entries
:
0
)
,
alloc_unit_size
}
;
vfs_fat_spiflash.c:106
const
MKFS_PARM
opt
=
{
(
BYTE
)
(
FM_ANY
|
FM_SFD
)
,
(
s_ctx
[
id
]
->
mount_config
.
use_one_fat
?
1
:
2
)
,
0
,
(
sec_num
<=
MIN_REQ_SEC
?
root_dir_entries
:
0
)
,
alloc_unit_size
}
;
vfs_fat_spiflash.c:290
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