ESP-IDF
TAG
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
TAG
TAG variable
Syntax
Show:
Summary
Declaration
from
flash_encrypt.c:27
static
const
char
*
TAG
=
"flash_encrypt"
;
Examples
References
from
examples
Code
Location
Referrer
static
const
char
*
TAG
=
"flash_encrypt"
;
flash_encrypt.c:27
ESP_LOGW
(
TAG
,
"Flash encryption mode is DEVELOPMENT (not secure)"
)
;
flash_encrypt.c:71
esp_flash_encryption_init_checks()
ESP_LOGI
(
TAG
,
"Flash encryption mode is RELEASE"
)
;
flash_encrypt.c:74
esp_flash_encryption_init_checks()
ESP_LOGE
(
TAG
,
"Flash encryption eFuse is not enabled, abort.."
)
;
flash_encrypt.c:177
esp_flash_encryption_set_release_mode()
ESP_LOGE
(
TAG
,
"Flash encryption mode is DEVELOPMENT, abort.."
)
;
flash_encrypt.c:236
esp_flash_encryption_set_release_mode()
ESP_LOGI
(
TAG
,
"Flash encryption mode is RELEASE"
)
;
flash_encrypt.c:239
esp_flash_encryption_set_release_mode()
ESP_LOGW
(
TAG
,
"Not enabled Flash Encryption (FLASH_CRYPT_CNT->1 or max)"
)
;
flash_encrypt.c:251
esp_flash_encryption_cfg_verify_release_mode()
ESP_LOGW
(
TAG
,
"ENCRYPT_CONFIG must be set 0xF (set ENCRYPT_CONFIG->0xF)"
)
;
flash_encrypt.c:258
esp_flash_encryption_cfg_verify_release_mode()
ESP_LOGW
(
TAG
,
"Not release mode of Flash Encryption (set FLASH_CRYPT_CNT->max or WR_DIS_FLASH_CRYPT_CNT->1)"
)
;
flash_encrypt.c:266
esp_flash_encryption_cfg_verify_release_mode()
ESP_LOGW
(
TAG
,
"Not disabled UART bootloader encryption (set DISABLE_DL_ENCRYPT->1)"
)
;
flash_encrypt.c:273
esp_flash_encryption_cfg_verify_release_mode()
ESP_LOGW
(
TAG
,
"Not disabled UART bootloader decryption (set DISABLE_DL_DECRYPT->1)"
)
;
flash_encrypt.c:279
esp_flash_encryption_cfg_verify_release_mode()
ESP_LOGW
(
TAG
,
"Not disabled UART bootloader MMU cache (set DISABLE_DL_CACHE->1)"
)
;
flash_encrypt.c:285
esp_flash_encryption_cfg_verify_release_mode()
ESP_LOGW
(
TAG
,
"Not disabled JTAG (set DISABLE_JTAG->1)"
)
;
flash_encrypt.c:291
esp_flash_encryption_cfg_verify_release_mode()
ESP_LOGW
(
TAG
,
"Not disabled ROM BASIC interpreter fallback (set CONSOLE_DEBUG_DISABLE->1)"
)
;
flash_encrypt.c:297
esp_flash_encryption_cfg_verify_release_mode()
ESP_LOGW
(
TAG
,
"Not write-protected DIS_CACHE (set WR_DIS_DIS_CACHE->1)"
)
;
flash_encrypt.c:303
esp_flash_encryption_cfg_verify_release_mode()
ESP_LOGW
(
TAG
,
"Not read-protected flash ecnryption key (set RD_DIS_BLK1->1)"
)
;
flash_encrypt.c:309
esp_flash_encryption_cfg_verify_release_mode()
ESP_LOGW
(
TAG
,
"Not write-protected flash ecnryption key (set WR_DIS_BLK1->1)"
)
;
flash_encrypt.c:315
esp_flash_encryption_cfg_verify_release_mode()
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
esp_flash_encryption_init_checks()
esp_flash_encryption_set_release_mode()
esp_flash_encryption_cfg_verify_release_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