ESP-IDF
nvs::NVSHandleLocked::get_item_size()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (2/5)...
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::NVSHandleLocked::get_item_size()
nvs::NVSHandleLocked::get_item_size() method
Syntax
Show:
Summary
Declaration
Definition
from
nvs_handle_locked.hpp:42
esp_err_t
get_item_size
(
ItemType
datatype
,
const
char
*
key
,
size_t
&
size
)
override
;
Implemented in
nvs_handle_locked.cpp:37
Arguments
Argument
datatype
key
size
Examples
References
from
examples
Code
Location
esp_err_t
NVSHandleLocked
::
get_item_size
(
ItemType
datatype
,
const
char
*
key
,
size_t
&
size
)
{
nvs_handle_locked.cpp:37
esp_err_t
get_item_size
(
ItemType
datatype
,
const
char
*
key
,
size_t
&
size
)
override
;
nvs_handle_locked.hpp:42
Call Tree
from
examples
nvs::NVSHandleLocked::get_item_size()
calls 3 functions:
All items filtered out
nvs::NVSHandleLocked::get_item_size()
nvs::NVSHandleSimple::get_item_size()
nvs::Lock::Lock()
nvs::Lock::~Lock()
All items filtered out
Data Use
from
examples
nvs::NVSHandleLocked::get_item_size()
reads 1 variable:
nvs::NVSHandleLocked::handle
All items filtered out
nvs::NVSHandleLocked::get_item_size()
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
nvs::NVSHandleLocked::get_item_size()
is overridden by 1 methods:
All items filtered out
nvs::NVSHandleLocked::get_item_size()
nvs::NVSHandle::get_item_size()
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