ESP-IDF
nvs_bootloader_page_entry_states_t
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Related
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
nvs_bootloader_page_entry_states_t struct
Syntax
Show:
Summary
Declaration
from
nvs_bootloader_private.h:64
typedef
struct
{
uint8_t
entry_states
[
NVS_CONST_ENTRY_SIZE
]
;
}
nvs_bootloader_page_entry_states_t
;
Fields
Field
Declared as
nvs_bootloader_page_entry_states_t::entry_states
uint8_t
[
NVS_CONST_ENTRY_SIZE
]
Related Functions
Found 3 other functions taking a
nvs_bootloader_page_entry_states_t
argument:
Function
nvs_bootloader_read_page_entry_states()
nvs_bootloader_read_next_single_entry_item()
nvs_bootloader_read_entries_block()
Examples
References
from
examples
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
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