ESP-IDF
TAG
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
TAG
TAG variable
Syntax
Show:
Summary
Declaration
from
image_process.c:65
const
static
char
*
TAG
=
"image_process"
;
Examples
References
from
examples
Code
Location
Referrer
const
static
char
*
TAG
=
"image_process"
;
image_process.c:65
ESP_EARLY_LOGE
(
TAG
,
"flash_read src_addr 0x%x not 4-byte aligned"
,
src_addr
)
;
image_process.c:79
flash_read()
ESP_EARLY_LOGE
(
TAG
,
"flash_read size 0x%x not 4-byte aligned"
,
size
)
;
image_process.c:83
flash_read()
ESP_EARLY_LOGE
(
TAG
,
"flash_read dest 0x%x not 4-byte aligned"
,
(
intptr_t
)
dest
)
;
image_process.c:87
flash_read()
ESP_EARLY_LOGD
(
TAG
,
"starting from paddr=0x%"
PRIx32
" and vaddr=0x%"
PRIx32
", 0x%"
PRIx32
" bytes are mapped"
,
map_at
,
FLASH_READ_VADDR
,
actual_mapped_len
)
;
image_process.c:105
flash_read()
ESP_RETURN_ON_ERROR_ISR
(
flash_read
(
flash_addr
,
header
,
sizeof
(
esp_image_segment_header_t
)
)
,
TAG
,
"failed to do flash read"
)
;
image_process.c:137
process_segment()
ESP_EARLY_LOGD
(
TAG
,
"load_addr: %x, data_len: %x, flash_addr: 0x%x, data_addr: %x"
,
load_addr
,
data_len
,
flash_addr
,
data_addr
)
;
image_process.c:174
process_segment()
ESP_RETURN_ON_FALSE_ISR
(
false
,
ESP_ERR_INVALID_STATE
,
TAG
,
"unaligned segment length 0x%"
PRIx32
,
data_len
)
;
image_process.c:176
process_segment()
ESP_EARLY_LOGD
(
TAG
,
"loading segment header %d at offset 0x%"
PRIx32
,
i
,
next_addr
)
;
image_process.c:193
process_segments()
ESP_RETURN_ON_ERROR_ISR
(
process_segment
(
i
,
next_addr
,
header
,
data
,
&
cnt
)
,
TAG
,
"failed to process segment"
)
;
image_process.c:194
process_segments()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
TAG
is read by 3 functions:
All items filtered out
TAG
flash_read()
process_segment()
process_segments()
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