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
flash_qio_mode.c:23
static
const
char
*
TAG
=
"qio_mode"
;
Examples
References
from
examples
Code
Location
Referrer
static
const
char
*
TAG
=
"qio_mode"
;
flash_qio_mode.c:23
ESP_LOGD
(
TAG
,
"Probing for QIO mode enable..."
)
;
flash_qio_mode.c:75
bootloader_enable_qio_mode()
ESP_LOGD
(
TAG
,
"Raw SPI flash chip id 0x%"
PRIx32
,
raw_flash_id
)
;
flash_qio_mode.c:79
bootloader_enable_qio_mode()
ESP_LOGD
(
TAG
,
"Manufacturer ID 0x%02x chip ID 0x%04x"
,
mfg_id
,
flash_id
)
;
flash_qio_mode.c:83
bootloader_enable_qio_mode()
ESP_LOGI
(
TAG
,
"Enabling QIO for flash chip %s"
,
bootloader_flash_qe_support_list
[
i
]
.
manufacturer
)
;
flash_qio_mode.c:88
bootloader_enable_qio_mode()
ESP_LOGI
(
TAG
,
"Enabling default flash chip QIO"
)
;
flash_qio_mode.c:94
bootloader_enable_qio_mode()
ESP_LOGD
(
TAG
,
"Initial flash chip status 0x%"
PRIx32
,
status
)
;
flash_qio_mode.c:133
enable_qio_mode()
ESP_LOGD
(
TAG
,
"Updated flash chip status 0x%"
PRIx32
,
status
)
;
flash_qio_mode.c:142
enable_qio_mode()
ESP_LOGE
(
TAG
,
"Failed to set QIE bit, not enabling QIO mode"
)
;
flash_qio_mode.c:144
enable_qio_mode()
ESP_LOGD
(
TAG
,
"QIO mode already enabled in flash"
)
;
flash_qio_mode.c:149
enable_qio_mode()
ESP_LOGD
(
TAG
,
"Enabling QIO mode..."
)
;
flash_qio_mode.c:152
enable_qio_mode()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
TAG
is read by 2 functions:
All items filtered out
TAG
bootloader_enable_qio_mode()
enable_qio_mode()
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