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
esp_efuse_startup.c:34
static
__attribute__
(
(
unused
)
)
const
char
*
TAG
=
"efuse_init"
;
Examples
References
from
examples
Code
Location
Referrer
static
__attribute__
(
(
unused
)
)
const
char
*
TAG
=
"efuse_init"
;
esp_efuse_startup.c:34
ESP_EARLY_LOGI
(
TAG
,
"Min chip rev: v%d.%d"
,
CONFIG_ESP_REV_MIN_FULL
/
100
,
CONFIG_ESP_REV_MIN_FULL
%
100
)
;
esp_efuse_startup.c:49
ESP_EARLY_LOGI
(
TAG
,
"Max chip rev: v%d.%d %s"
,
CONFIG_ESP_REV_MAX_FULL
/
100
,
CONFIG_ESP_REV_MAX_FULL
%
100
,
esp_efuse_startup.c:50
ESP_EARLY_LOGI
(
TAG
,
"Chip rev: v%d.%d"
,
revision
/
100
,
revision
%
100
)
;
esp_efuse_startup.c:53
ESP_LOGW
(
TAG
,
"eFuse virtual mode is enabled. If Secure boot or Flash encryption is enabled then it does not provide any security. FOR TESTING ONLY!"
)
;
esp_efuse_startup.c:61
init_efuse_virtual()
ESP_RETURN_ON_ERROR
(
error
,
TAG
,
"Failed in secure eFuse init"
)
;
esp_efuse_startup.c:153
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
TAG
is read by 1 function:
All items filtered out
TAG
init_efuse_virtual()
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