FatFS
FM_EXFAT
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
FM_EXFAT
FM_EXFAT macro
Syntax
Show:
Summary
Declaration
from
ff.h:415
#define
FM_EXFAT
0x04
Examples
References
from
examples
Code
Location
#define
FM_EXFAT
0x04
ff.h:415
if
(
FF_FS_EXFAT
&&
(
fsopt
&
FM_EXFAT
)
)
{
/* exFAT possible? */
ff.c:6049
if
(
(
fsopt
&
FM_ANY
)
==
FM_EXFAT
||
sz_vol
>=
0x4000000
||
sz_au
>
128
)
{
/* exFAT only, vol >= 64MS or sz_au > 128S ? */
ff.c:6050
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