ESP-IDF
nvs_bootloader_entry_data_t
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_bootloader_entry_data_t
nvs_bootloader_entry_data_t union
Syntax
Show:
Summary
Declaration
from
nvs_bootloader_private.h:82
typedef
union
{
nvs_bootloader_entry_data_primitive_type_t
primitive_type
;
nvs_bootloader_entry_data_var_len_type_t
var_len_type
;
}
nvs_bootloader_entry_data_t
;
Fields
Field
Declared as
nvs_bootloader_entry_data_t::primitive_type
nvs_bootloader_entry_data_primitive_type_t
nvs_bootloader_entry_data_t::var_len_type
nvs_bootloader_entry_data_var_len_type_t
Examples
References
from
examples
Code
Location
Scope
Referrer
typedef
union
{
nvs_bootloader_private.h:82
}
nvs_bootloader_entry_data_t
;
nvs_bootloader_private.h:85
nvs_bootloader_entry_data_t
nvs_bootloader_entry_data_t
data
;
// data, interpreted based on data_type
nvs_bootloader_private.h:95
nvs_bootloader_single_entry_t
nvs_bootloader_single_entry_t::data
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
Instance
Scope
Location
Project
nvs_bootloader_single_entry_t::data
nvs_bootloader_single_entry_t
nvs_bootloader_private.h:95
Lifecycle
from
examples
All items filtered out
All items filtered out