ESP-IDF
nvs_bootloader_page_entry_states_t::entry_states
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/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_bootloader_page_entry_states_t::entry_states
nvs_bootloader_page_entry_states_t::entry_states field
Syntax
Show:
Summary
Declaration
from
nvs_bootloader_private.h:65
uint8_t
entry_states
[
NVS_CONST_ENTRY_SIZE
]
;
Examples
References
from
examples
Code
Location
Referrer
uint8_t
entry_states
[
NVS_CONST_ENTRY_SIZE
]
;
nvs_bootloader_private.h:65
if
(
NVS_BOOTLOADER_GET_ENTRY_STATE
(
page_entry_states
,
*
entry_index
)
==
NVS_CONST_ENTRY_STATE_WRITTEN
)
{
nvs_bootloader.c:463
nvs_bootloader_read_next_single_entry_item()
if
(
NVS_BOOTLOADER_GET_ENTRY_STATE
(
entry_states
,
entry_index
+
i
)
!=
NVS_CONST_ENTRY_STATE_WRITTEN
)
{
nvs_bootloader.c:530
nvs_bootloader_read_entries_block()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
nvs_bootloader_page_entry_states_t::entry_states
is read by 2 functions:
All items filtered out
nvs_bootloader_page_entry_states_t::entry_states
nvs_bootloader_read_next_single_entry_item()
nvs_bootloader_read_entries_block()
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