ESP-IDF
nvs_bootloader_str_value_placeholder_t::buff_len
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (2/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_str_value_placeholder_t::buff_len
nvs_bootloader_str_value_placeholder_t::buff_len field
Buffer length in bytes
Syntax
Show:
Summary
Declaration
from
nvs_bootloader.h:26
size_t
buff_len
;
Examples
References
from
examples
Code
Location
Referrer
size_t
buff_len
;
/**< Buffer length in bytes */
nvs_bootloader.h:26
if
(
(
read_list
[
i
]
.
value_type
)
==
NVS_TYPE_STR
&&
(
read_list
[
i
]
.
value
.
str_val
.
buff_len
==
0
||
read_list
[
i
]
.
value
.
str_val
.
buff_len
>
NVS_CONST_STR_LEN_MAX_SIZE
)
)
{
nvs_bootloader.c:141
nvs_bootloader_check_parameters()
if
(
param
->
read_list
[
i
]
.
value
.
str_val
.
buff_len
<
item
.
data
.
var_len_type
.
size
)
{
nvs_bootloader.c:333
nvs_bootloader_page_visitor_get_key_value_pairs()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
nvs_bootloader_str_value_placeholder_t::buff_len
is read by 2 functions:
All items filtered out
nvs_bootloader_str_value_placeholder_t::buff_len
nvs_bootloader_check_parameters()
nvs_bootloader_page_visitor_get_key_value_pairs()
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