ESP-IDF
nvs::Page::CHUNK_MAX_SIZE
is only used within ESP-IDF.
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
ESP-IDF
nvs::Page::CHUNK_MAX_SIZE
nvs::Page::CHUNK_MAX_SIZE variable
Syntax
Show:
Summary
Declaration
from
nvs_page.hpp:43
static
const
size_t
CHUNK_MAX_SIZE
=
ENTRY_SIZE
*
(
ENTRY_COUNT
-
1
)
;
Examples
References
from
examples
Code
Location
Scope
Referrer
static
const
size_t
CHUNK_MAX_SIZE
=
ENTRY_SIZE
*
(
ENTRY_COUNT
-
1
)
;
nvs_page.hpp:43
if
(
dataSize
>
Page
::
CHUNK_MAX_SIZE
)
{
nvs_page.cpp:178
nvs::Page
nvs::Page::writeItem()
return
CHUNK_MAX_SIZE
;
nvs_page.cpp:1059
nvs::Page
nvs::Page::getVarDataTailroom() const
if
(
dataSize
>
max_pages
*
Page
::
CHUNK_MAX_SIZE
)
{
nvs_storage.cpp:285
nvs::Storage
nvs::Storage::writeMultiPageBlob()
if
(
chunkCount
==
0U
&&
(
(
tailroom
<
dataSize
)
||
(
tailroom
==
0
&&
dataSize
==
0
)
)
&&
tailroom
<
Page
::
CHUNK_MAX_SIZE
/
10
)
{
nvs_storage.cpp:293
nvs::Storage
nvs::Storage::writeMultiPageBlob()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
nvs::Page::CHUNK_MAX_SIZE
is read by 3 functions:
All items filtered out
nvs::Page::CHUNK_MAX_SIZE
nvs::Page::writeItem()
nvs::Page::getVarDataTailroom() const
nvs::Storage::writeMultiPageBlob()
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