ESP-IDF
nvs::HashList::HashListBlock::ENTRY_COUNT
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::HashList::HashListBlock::ENTRY_COUNT
nvs::HashList::HashListBlock::ENTRY_COUNT variable
Syntax
Show:
Summary
Declaration
from
nvs_item_hash_list.hpp:54
static
const
size_t
ENTRY_COUNT
;
Examples
References
from
examples
Code
Location
Scope
Referrer
static
const
size_t
ENTRY_COUNT
=
(
BYTE_SIZE
-
sizeof
(
intrusive_list_node
<
HashListBlock
>
)
-
sizeof
(
size_t
)
)
/
4
;
nvs_item_hash_list.hpp:54
if
(
block
.
mCount
<
HashListBlock
::
ENTRY_COUNT
)
{
nvs_item_hash_list.cpp:51
nvs::HashList
nvs::HashList::insert()
HashListNode
mNodes
[
ENTRY_COUNT
]
;
nvs_item_hash_list.hpp:57
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
nvs::HashList::HashListBlock::ENTRY_COUNT
is read by 1 function:
All items filtered out
nvs::HashList::HashListBlock::ENTRY_COUNT
nvs::HashList::insert()
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