ESP-IDF
nvs_bootloader_single_entry_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_single_entry_t
nvs_bootloader_single_entry_t struct
Syntax
Show:
Summary
Declaration
from
nvs_bootloader_private.h:88
typedef
struct
{
uint8_t
namespace_index
;
uint8_t
data_type
;
uint8_t
span
;
uint8_t
chunk_index
;
uint32_t
crc32
;
char
key
[
NVS_KEY_NAME_MAX_SIZE
]
;
nvs_bootloader_entry_data_t
data
;
}
nvs_bootloader_single_entry_t
;
Fields
Field
Declared as
nvs_bootloader_single_entry_t::namespace_index
uint8_t
nvs_bootloader_single_entry_t::data_type
uint8_t
nvs_bootloader_single_entry_t::span
uint8_t
nvs_bootloader_single_entry_t::chunk_index
uint8_t
nvs_bootloader_single_entry_t::crc32
uint32_t
nvs_bootloader_single_entry_t::key
char
[
NVS_KEY_NAME_MAX_SIZE
]
nvs_bootloader_single_entry_t::data
nvs_bootloader_entry_data_t
Related Functions
Found 2 other functions taking a
nvs_bootloader_single_entry_t
argument:
Function
nvs_bootloader_read_next_single_entry_item()
nvs_bootloader_check_item_header_consistency()
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