ESP-IDF
nvs::Item::MAX_KEY_LENGTH
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (4/5)...
Files
loading (4/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
nvs::Item::MAX_KEY_LENGTH
nvs::Item::MAX_KEY_LENGTH variable
Syntax
Show:
Summary
Declaration
from
nvs_types.hpp:71
static
const
size_t
MAX_KEY_LENGTH
=
sizeof
(
key
)
-
1
;
Examples
References
from
examples
Code
Location
Scope
Referrer
static
const
size_t
MAX_KEY_LENGTH
=
sizeof
(
key
)
-
1
;
nvs_types.hpp:71
if
(
keySize
>
Item
::
MAX_KEY_LENGTH
)
{
nvs_page.cpp:174
nvs::Page
nvs::Page::writeItem()
if
(
key
!=
nullptr
&&
strncmp
(
key
,
item
.
key
,
Item
::
MAX_KEY_LENGTH
)
!=
0
)
{
nvs_page.cpp:934
nvs::Page
nvs::Page::findItem()
char
mName
[
Item
::
MAX_KEY_LENGTH
+
1
]
;
nvs_storage.hpp:33
char
key
[
Item
::
MAX_KEY_LENGTH
+
1
]
;
nvs_storage.hpp:47
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
nvs::Item::MAX_KEY_LENGTH
is read by 2 functions:
All items filtered out
nvs::Item::MAX_KEY_LENGTH
nvs::Page::writeItem()
nvs::Page::findItem()
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