FatFS
FS_FAT32
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_FAT32
FS_FAT32 macro
Syntax
Show:
Summary
Declaration
from
ff.h:422
#define
FS_FAT32
3
Examples
References
from
examples
Code
Location
#define
FS_FAT32
3
ff.h:422
if
(
fs
->
fs_type
==
FS_FAT32
&&
fs
->
fsi_flag
==
1
)
{
/* FAT32: Update FSInfo sector if needed */
ff.c:1122
case
FS_FAT32
:
ff.c:1197
case
FS_FAT32
:
ff.c:1278
if
(
clst
==
0
&&
fs
->
fs_type
>=
FS_FAT32
)
{
/* Replace cluster# 0 with root cluster# */
ff.c:1716
if
(
fs
->
fs_type
==
FS_FAT32
)
{
ff.c:1861
if
(
fs
->
fs_type
==
FS_FAT32
)
{
ff.c:1877
if
(
nclst
<=
MAX_FAT32
)
fmt
=
FS_FAT32
;
ff.c:3549
if
(
fmt
==
FS_FAT32
)
{
ff.c:3559
if
(
fmt
==
FS_FAT32
/* Allow to update FSInfo only if BPB_FSInfo32 == 1 */
ff.c:3577
fsty
=
FS_FAT32
;
break
;
ff.c:6060
if
(
fsty
==
FS_FAT32
)
{
/* FAT32 volume */
ff.c:6234
if
(
fsty
==
FS_FAT32
)
{
/* FAT32: Move FAT */
ff.c:6265
if
(
fsty
==
FS_FAT32
)
{
ff.c:6277
fsty
=
FS_FAT32
;
continue
;
/* Switch type to FAT32 and retry */
ff.c:6289
st_word
(
buf
+
BPB_RootEntCnt
,
(
WORD
)
(
(
fsty
==
FS_FAT32
)
?
0
:
n_root
)
)
;
/* Number of root directory entries */
ff.c:6316
if
(
fsty
==
FS_FAT32
)
{
ff.c:6326
if
(
fsty
==
FS_FAT32
)
{
ff.c:6346
if
(
fsty
==
FS_FAT32
)
{
ff.c:6362
nsect
=
(
fsty
==
FS_FAT32
)
?
pau
:
sz_dir
;
/* Number of root directory sectors */
ff.c:6379
}
else
if
(
fsty
==
FS_FAT32
)
{
ff.c:6392
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