ESP-IDF
nvs::isVariableLengthType()
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::isVariableLengthType()
nvs::isVariableLengthType() function
Syntax
Show:
Summary
Declaration
from
nvs_types.hpp:35
inline
bool
isVariableLengthType
(
ItemType
type
)
;
Arguments
Argument
type
Examples
References
from
examples
Code
Location
Scope
Referrer
inline
bool
isVariableLengthType
(
ItemType
type
)
nvs_types.hpp:35
if
(
(
!
isVariableLengthType
(
datatype
)
)
&&
dataSize
>
8
)
{
nvs_page.cpp:182
nvs::Page
nvs::Page::writeItem()
if
(
isVariableLengthType
(
datatype
)
)
{
nvs_page.cpp:188
nvs::Page
nvs::Page::writeItem()
isVariableLengthType
(
datatype
)
,
ESP_ERR_NVS_VALUE_TOO_LONG
)
;
nvs_page.cpp:196
nvs::Page
nvs::Page::writeItem()
if
(
!
isVariableLengthType
(
datatype
)
)
{
nvs_page.cpp:212
nvs::Page
nvs::Page::writeItem()
if
(
!
isVariableLengthType
(
datatype
)
)
{
nvs_page.cpp:267
nvs::Page
nvs::Page::readItem()
if
(
!
isVariableLengthType
(
datatype
)
)
{
nvs_page.cpp:318
nvs::Page
nvs::Page::cmpItem()
if
(
isVariableLengthType
(
item
.
datatype
)
)
{
nvs_page.cpp:668
nvs::Page
nvs::Page::mLoadEntryTable()
if
(
isVariableLengthType
(
item
.
datatype
)
)
{
nvs_page.cpp:749
nvs::Page
nvs::Page::mLoadEntryTable()
if
(
isVariableLengthType
(
item
.
datatype
)
)
{
nvs_page.cpp:926
nvs::Page
nvs::Page::findItem()
Call Tree
from
examples
nvs::isVariableLengthType()
is called by 5 functions:
nvs::Page::writeItem()
nvs::Page::readItem()
nvs::Page::cmpItem()
nvs::Page::mLoadEntryTable()
nvs::Page::findItem()
All items filtered out
nvs::isVariableLengthType()
All items filtered out
Data Use
from
examples
nvs::isVariableLengthType()
reads 3 variables:
nvs::ItemType::SZ
nvs::ItemType::BLOB
nvs::ItemType::BLOB_DATA
All items filtered out
nvs::isVariableLengthType()
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