littlefs sample
lfs_dir_commitcrc()
is only used within littlefs sample.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
littlefs sample
lfs_dir_commitcrc()
lfs_dir_commitcrc() function
Syntax
Show:
Summary
Declaration
from
lfs.c:1641
static
int
lfs_dir_commitcrc
(
lfs_t
*
lfs
,
struct
lfs_commit
*
commit
)
;
Arguments
Argument
lfs
commit
Examples
References
from
examples
Code
Location
Referrer
static
int
lfs_dir_commitcrc
(
lfs_t
*
lfs
,
struct
lfs_commit
*
commit
)
{
lfs.c:1641
err
=
lfs_dir_commitcrc
(
lfs
,
&
commit
)
;
lfs.c:2045
lfs_dir_compact()
err
=
lfs_dir_commitcrc
(
lfs
,
&
commit
)
;
lfs.c:2295
lfs_dir_relocatingcommit()
Call Tree
from
examples
lfs_dir_commitcrc()
is called by 2 functions and calls 11 functions:
lfs_dir_compact()
lfs_dir_relocatingcommit()
All items filtered out
lfs_dir_commitcrc()
lfs_bd_read()
lfs_bd_crc()
lfs_bd_sync()
lfs_bd_prog()
lfs_fcrc_tole32()
lfs_dir_commitattr()
lfs_min()
lfs_tobe32()
lfs_tole32()
lfs_alignup()
lfs_crc()
All items filtered out
Data Use
from
examples
lfs_dir_commitcrc()
reads 15 variables and writes 5 variables:
lfs_fcrc::size
lfs_commit::block
lfs_commit::off
lfs_commit::ptag
lfs_commit::crc
lfs_commit::begin
lfs_type::LFS_TYPE_CCRC
lfs_type::LFS_TYPE_FCRC
lfs_config::prog_size
lfs_config::block_size
lfs_config::cache_size
lfs_error::LFS_ERR_CORRUPT
lfs_cache::off
lfs::pcache
lfs::cfg
All items filtered out
lfs_dir_commitcrc()
lfs_commit::off
lfs_commit::ptag
lfs_commit::crc
lfs_dir_commitcrc()::
::tag
lfs_dir_commitcrc()::
::crc
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