FatFS
BS_55AA
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
BS_55AA
BS_55AA macro
Syntax
Show:
Summary
Declaration
from
ff.c:119
#define
BS_55AA
510
Examples
References
from
examples
Code
Location
#define
BS_55AA
510
/* Signature word (WORD) */
ff.c:119
st_word
(
fs
->
win
+
BS_55AA
,
0xAA55
)
;
/* Boot signature */
ff.c:1125
sign
=
ld_word
(
fs
->
win
+
BS_55AA
)
;
ff.c:3307
if
(
ld_word
(
fs
->
win
+
BS_55AA
)
==
0xAA55
/* Load FSInfo data if available */
ff.c:3582
st_word
(
buf
+
BS_55AA
,
0xAA55
)
;
/* MBR signature */
ff.c:5914
if
(
ld_word
(
buf
+
BS_55AA
)
!=
0xAA55
)
LEAVE_MKFS
(
FR_MKFS_ABORTED
)
;
/* Check if MBR is valid */
ff.c:5992
st_word
(
buf
+
BS_55AA
,
0xAA55
)
;
/* Signature (offset is fixed here regardless of sector size) */
ff.c:6342
st_word
(
buf
+
BS_55AA
,
0xAA55
)
;
ff.c:6353
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