ESP-IDF
TAG
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
TAG
TAG variable
Syntax
Show:
Summary
Declaration
from
nvs_bootloader.c:17
static
const
char
*
TAG
=
"nvs_bootloader"
;
Examples
References
from
examples
Code
Location
Referrer
static
const
char
*
TAG
=
"nvs_bootloader"
;
nvs_bootloader.c:17
ESP_LOGD
(
TAG
,
"nvs_bootloader_read called with partition_name: %s, read_list_count: %u"
,
partition_name
,
(
unsigned
)
read_list_count
)
;
nvs_bootloader.c:42
nvs_bootloader_read()
ESP_LOGD
(
TAG
,
"nvs_bootloader_check_parameters failed"
)
;
nvs_bootloader.c:50
nvs_bootloader_read()
ESP_LOGV
(
TAG
,
"esp_partition_find_first failed"
)
;
nvs_bootloader.c:56
nvs_bootloader_read()
ESP_LOGV
(
TAG
,
"Partition %s found, size is: %"
PRIu32
""
,
partition
->
label
,
partition
->
size
)
;
nvs_bootloader.c:61
nvs_bootloader_read()
ESP_LOGV
(
TAG
,
"Failed reading page states"
)
;
nvs_bootloader.c:69
nvs_bootloader_read()
ESP_LOGV
(
TAG
,
"Multiple pages in the state of FREEING"
)
;
nvs_bootloader.c:73
nvs_bootloader_read()
ESP_LOGV
(
TAG
,
"Multiple pages in the state of ACTIVE"
)
;
nvs_bootloader.c:77
nvs_bootloader_read()
ESP_LOGV
(
TAG
,
"nvs_bootloader_read - visiting pages to get namespace indexes"
)
;
nvs_bootloader.c:86
nvs_bootloader_read()
ESP_LOGV
(
TAG
,
"nvs_bootloader_page_visitor_get_namespaces failed"
)
;
nvs_bootloader.c:91
nvs_bootloader_read()
ESP_LOGV
(
TAG
,
"nvs_bootloader_read - visiting pages to get key - value pairs"
)
;
nvs_bootloader.c:96
nvs_bootloader_read()
ESP_LOGD
(
TAG
,
"Invalid argument: partition_name is NULL or too long"
)
;
nvs_bootloader.c:110
nvs_bootloader_check_parameters()
ESP_LOGD
(
TAG
,
"Invalid argument: read_list is NULL or read_list_count is 0"
)
;
nvs_bootloader.c:115
nvs_bootloader_check_parameters()
ESP_LOGD
(
TAG
,
"Invalid argument: namespace_name is NULL or too long"
)
;
nvs_bootloader.c:130
nvs_bootloader_check_parameters()
ESP_LOGD
(
TAG
,
"Invalid argument: key_name is NULL or too long"
)
;
nvs_bootloader.c:134
nvs_bootloader_check_parameters()
ESP_LOGD
(
TAG
,
"Invalid argument: value_type is invalid"
)
;
nvs_bootloader.c:138
nvs_bootloader_check_parameters()
ESP_LOGD
(
TAG
,
"Invalid argument: buffer size provided for NVS_TYPE_STR is invalid"
)
;
nvs_bootloader.c:142
nvs_bootloader_check_parameters()
ESP_LOGD
(
TAG
,
"Invalid argument: buffer pointer provided for NVS_TYPE_STR is null"
)
;
nvs_bootloader.c:146
nvs_bootloader_check_parameters()
ESP_LOGV
(
TAG
,
"nvs_bootloader_page_visitor_get_namespaces called with page_index: %u"
,
(
unsigned
)
page_index
)
;
nvs_bootloader.c:196
nvs_bootloader_page_visitor_get_namespaces()
ESP_LOGV
(
TAG
,
"Error reading NVS page entry states"
)
;
nvs_bootloader.c:211
nvs_bootloader_page_visitor_get_namespaces()
ESP_LOGV
(
TAG
,
"Namespace %s record found. NS index is: %d. Trying to match read list..."
,
item
.
key
,
item
.
data
.
primitive_type
.
data
[
0
]
)
;
nvs_bootloader.c:231
nvs_bootloader_page_visitor_get_namespaces()
ESP_LOGV
(
TAG
,
"Namespace %s found for read item: %u key: %s NS index is: %d"
,
param
->
read_list
[
i
]
.
namespace_name
,
(
unsigned
)
i
,
param
->
read_list
[
i
]
.
key_name
,
param
->
read_list
[
i
]
.
namespace_index
)
;
nvs_bootloader.c:240
nvs_bootloader_page_visitor_get_namespaces()
ESP_LOGV
(
TAG
,
"Error reading NVS page entry states"
)
;
nvs_bootloader.c:270
nvs_bootloader_page_visitor_get_key_value_pairs()
ESP_LOGV
(
TAG
,
"nvs_bootloader_page_visitor_get_key_value_pairs - read item NS index: %d, key: %s, data type: %d, span: %d. Trying to match read list..."
,
item
.
namespace_index
,
item
.
key
,
item
.
data_type
,
item
.
span
)
;
nvs_bootloader.c:289
nvs_bootloader_page_visitor_get_key_value_pairs()
ESP_LOGV
(
TAG
,
"nvs_bootloader_page_visitor_get_key_value_pairs - matched item with read_list index: %u"
,
(
unsigned
)
i
)
;
nvs_bootloader.c:320
nvs_bootloader_page_visitor_get_key_value_pairs()
ESP_LOGV
(
TAG
,
"CRC32 of string data failed"
)
;
nvs_bootloader.c:350
nvs_bootloader_page_visitor_get_key_value_pairs()
ESP_LOGV
(
TAG
,
"Error %04x reading NVS page header of page %u"
,
ret
,
(
unsigned
)
page_index
)
;
nvs_bootloader.c:380
nvs_bootloader_visit_pages()
ESP_LOGV
(
TAG
,
"nvs_bootloader_visit_pages - page %u, state: %"
PRIu32
""
,
(
unsigned
)
page_index
,
page_header
.
page_state
)
;
nvs_bootloader.c:390
nvs_bootloader_visit_pages()
ESP_LOGV
(
TAG
,
"Error %04x visiting NVS page %u"
,
ret
,
(
unsigned
)
page_index
)
;
nvs_bootloader.c:402
nvs_bootloader_visit_pages()
ESP_LOGV
(
TAG
,
"CRC32 of page# %u header failed"
,
(
unsigned
)
page_index
)
;
nvs_bootloader.c:426
nvs_bootloader_read_page_header()
ESP_LOGV
(
TAG
,
"nvs_bootloader_page_visitor_get_namespaces - reading page entry states for page %u"
,
(
unsigned
)
page_index
)
;
nvs_bootloader.c:438
nvs_bootloader_read_page_entry_states()
ESP_LOGV
(
TAG
,
"nvs_bootloader_read_next_single_entry_item called with page_index: %u, entry_index: %d"
,
(
unsigned
)
page_index
,
*
entry_index
)
;
nvs_bootloader.c:451
nvs_bootloader_read_next_single_entry_item()
ESP_LOGV
(
TAG
,
"nvs_bootloader_read_entries_block called with page_index: %u, entry_index: %u, block_len: %u"
,
(
unsigned
)
page_index
,
(
unsigned
)
entry_index
,
(
unsigned
)
block_len
)
;
nvs_bootloader.c:504
nvs_bootloader_read_entries_block()
ESP_LOGV
(
TAG
,
"entry index is beyond the page boundary"
)
;
nvs_bootloader.c:511
nvs_bootloader_read_entries_block()
ESP_LOGV
(
TAG
,
"block length exceeds the page boundary"
)
;
nvs_bootloader.c:523
nvs_bootloader_read_entries_block()
ESP_LOGV
(
TAG
,
"some entry is not in the state written"
)
;
nvs_bootloader.c:531
nvs_bootloader_read_entries_block()
ESP_LOGV
(
TAG
,
"Header CRC32 failed for item with key %s"
,
item
->
key
)
;
nvs_bootloader.c:570
nvs_bootloader_check_item_header_consistency()
ESP_LOGV
(
TAG
,
"Span of key %s is zero"
,
item
->
key
)
;
nvs_bootloader.c:576
nvs_bootloader_check_item_header_consistency()
ESP_LOGV
(
TAG
,
"Span of single entry key %s is not 1"
,
item
->
key
)
;
nvs_bootloader.c:582
nvs_bootloader_check_item_header_consistency()
ESP_LOGV
(
TAG
,
"Span of key %s exceeds remaining page space"
,
item
->
key
)
;
nvs_bootloader.c:588
nvs_bootloader_check_item_header_consistency()
ESP_LOGV
(
TAG
,
"Span %u of key %s for string type doesn't match indicated string length %u"
,
(
unsigned
)
item
->
span
,
item
->
key
,
item
->
data
.
var_len_type
.
size
)
;
nvs_bootloader.c:596
nvs_bootloader_check_item_header_consistency()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
TAG
is read by 10 functions:
All items filtered out
TAG
nvs_bootloader_read()
nvs_bootloader_check_parameters()
nvs_bootloader_page_visitor_get_namespaces()
nvs_bootloader_page_visitor_get_key_value_pairs()
nvs_bootloader_visit_pages()
nvs_bootloader_read_page_header()
nvs_bootloader_read_page_entry_states()
nvs_bootloader_read_next_single_entry_item()
nvs_bootloader_read_entries_block()
nvs_bootloader_check_item_header_consistency()
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