perf_benchmark sample
lfs_commit::crc
is only used within perf_benchmark sample.
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
perf_benchmark sample
lfs_commit::crc
lfs_commit::crc field
Syntax
Show:
Summary
Declaration
from
lfs.c:1569
uint32_t
crc
;
Examples
References
from
examples
Code
Location
Referrer
uint32_t
crc
;
lfs.c:1569
commit
->
crc
=
lfs_crc
(
commit
->
crc
,
buffer
,
size
)
;
lfs.c:1586
lfs_dir_commitprog()
commit
->
crc
=
lfs_crc
(
commit
->
crc
,
&
ccrc
.
tag
,
sizeof
(
lfs_tag_t
)
)
;
lfs.c:1718
lfs_dir_commitcrc()
ccrc
.
crc
=
lfs_tole32
(
commit
->
crc
)
;
lfs.c:1719
lfs_dir_commitcrc()
crc1
=
commit
->
crc
;
lfs.c:1731
lfs_dir_commitcrc()
commit
->
crc
=
0xffffffff
;
lfs.c:1738
lfs_dir_commitcrc()
.
crc
=
0xffffffff
,
lfs.c:1959
lfs_dir_compact()
.
crc
=
0xffffffff
,
lfs.c:2248
lfs_dir_relocatingcommit()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
lfs_commit::crc
is written by 2 functions and is read by 2 functions:
lfs_dir_commitprog()
lfs_dir_commitcrc()
All items filtered out
lfs_commit::crc
lfs_dir_commitprog()
lfs_dir_commitcrc()
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