FatFS
FS_EXFAT
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
FS_EXFAT
FS_EXFAT macro
Syntax
Show:
Summary
Declaration
from
ff.h:423
#define
FS_EXFAT
4
Examples
References
from
examples
Code
Location
#define
FS_EXFAT
4
ff.h:423
if
(
!
FF_FS_EXFAT
||
fs
->
fs_type
!=
FS_EXFAT
)
{
ff.c:1284
if
(
pclst
!=
0
&&
(
!
FF_FS_EXFAT
||
fs
->
fs_type
!=
FS_EXFAT
||
obj
->
stat
!=
2
)
)
{
ff.c:1453
if
(
!
FF_FS_EXFAT
||
fs
->
fs_type
!=
FS_EXFAT
)
{
ff.c:1464
if
(
ofs
>=
(
DWORD
)
(
(
FF_FS_EXFAT
&&
fs
->
fs_type
==
FS_EXFAT
)
?
MAX_DIR_EX
:
MAX_DIR
)
||
ofs
%
SZDIRE
)
{
/* Check range of offset and alignment */
ff.c:1711
if
(
ofs
>=
(
DWORD
)
(
(
FF_FS_EXFAT
&&
fs
->
fs_type
==
FS_EXFAT
)
?
MAX_DIR_EX
:
MAX_DIR
)
)
dp
->
sect
=
0
;
/* Disable it if the offset reached the max value */
ff.c:1760
if
(
FF_FS_EXFAT
&&
fs
->
fs_type
==
FS_EXFAT
)
{
/* On the exFAT volume */
ff.c:2590
if
(
(
!
FF_FS_EXFAT
||
fs
->
fs_type
!=
FS_EXFAT
)
&&
(
DWORD
)
(
fp
->
fptr
+
btw
)
<
(
DWORD
)
fp
->
fptr
)
{
ff.c:4072
if
(
!
FF_FS_EXFAT
||
fs
->
fs_type
!=
FS_EXFAT
)
{
/* Create dot entries (FAT only) */
ff.c:5129
fsty
=
FS_EXFAT
;
break
;
ff.c:6051
if
(
FF_FS_EXFAT
&&
fsty
==
FS_EXFAT
)
{
ff.c:6390
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