ESP-IDF
nvs::Storage::cmpMultiPageBlob()
is only used within ESP-IDF.
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
ESP-IDF
nvs::Storage::cmpMultiPageBlob()
nvs::Storage::cmpMultiPageBlob() method
Syntax
Show:
Summary
Declaration
Definition
from
nvs_storage.hpp:121
esp_err_t
cmpMultiPageBlob
(
uint8_t
nsIndex
,
const
char
*
key
,
const
void
*
data
,
size_t
dataSize
)
;
Implemented in
nvs_storage.cpp:633
Arguments
Argument
Declared as
nsIndex
uint8_t
key
const
char
*
data
const
void
*
dataSize
size_t
Examples
References
from
examples
Code
Location
Scope
Referrer
esp_err_t
Storage
::
cmpMultiPageBlob
(
uint8_t
nsIndex
,
const
char
*
key
,
const
void
*
data
,
size_t
dataSize
)
nvs_storage.cpp:633
esp_err_t
cmpMultiPageBlob
(
uint8_t
nsIndex
,
const
char
*
key
,
const
void
*
data
,
size_t
dataSize
)
;
nvs_storage.hpp:121
if
(
cmpMultiPageBlob
(
nsIndex
,
key
,
data
,
dataSize
)
==
ESP_OK
)
{
nvs_storage.cpp:416
nvs::Storage
nvs::Storage::writeItem()
Call Tree
from
examples
nvs::Storage::cmpMultiPageBlob()
is called by 1 function and calls 3 functions:
nvs::Storage::writeItem()
All items filtered out
nvs::Storage::cmpMultiPageBlob()
nvs::Item::Item()
nvs::Page::cmpItem()
nvs::Storage::findItem()
All items filtered out
Data Use
from
examples
nvs::Storage::cmpMultiPageBlob()
reads 9 variables:
nvs::ItemType::BLOB_IDX
nvs::Item::
::
::chunkIndex
nvs::Item::
::
::
::
::dataSize
nvs::Item::
::
::
::varLength
nvs::ItemType::BLOB_DATA
nvs::Item::
::
::
::
::dataSize
nvs::Item::
::
::
::
::chunkCount
nvs::Item::
::
::
::
::chunkStart
nvs::Item::
::
::
::blobIndex
All items filtered out
nvs::Storage::cmpMultiPageBlob()
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