ESP-IDF
+
0
/1 examples
SourceVu will show references to
ESP_EFUSE_FLASH_CRYPT_CNT
from the following samples and libraries:
flash_encryption sample
Symbol previews are coming soon...
Symbols
loading (4/5)...
Files
loading (4/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
ESP_EFUSE_FLASH_CRYPT_CNT
ESP_EFUSE_FLASH_CRYPT_CNT variable
Syntax
Show:
Summary
Declaration
Definition
from
esp_efuse_table.h:106
extern
const
esp_efuse_desc_t
*
ESP_EFUSE_FLASH_CRYPT_CNT
[
]
;
Implemented in
esp_efuse_table.c:748
Examples
ESP_EFUSE_FLASH_CRYPT_CNT
is referenced by 1 libraries and example projects:
flash_encryption sample
References
from
0/1
examples
Code
Location
Referrer
const
esp_efuse_desc_t
*
ESP_EFUSE_FLASH_CRYPT_CNT
[
]
=
{
esp_efuse_table.c:748
extern
const
esp_efuse_desc_t
*
ESP_EFUSE_FLASH_CRYPT_CNT
[
]
;
esp_efuse_table.h:106
esp_efuse_read_field_blob
(
CRYPT_CNT
,
&
flash_crypt_cnt
,
CRYPT_CNT
[
0
]
->
bit_count
)
;
flash_encrypt.c:125
esp_get_flash_encryption_mode()
if
(
flash_crypt_cnt
==
(
1
<
<
(
CRYPT_CNT
[
0
]
->
bit_count
)
)
-
1
)
{
flash_encrypt.c:126
esp_get_flash_encryption_mode()
esp_efuse_read_field_cnt
(
CRYPT_CNT
,
&
flash_crypt_cnt
)
;
flash_encrypt.c:185
esp_flash_encryption_set_release_mode()
if
(
flash_crypt_cnt
!=
CRYPT_CNT
[
0
]
->
bit_count
)
{
flash_encrypt.c:186
esp_flash_encryption_set_release_mode()
esp_efuse_write_field_cnt
(
CRYPT_CNT
,
CRYPT_CNT
[
0
]
->
bit_count
-
flash_crypt_cnt
)
;
flash_encrypt.c:187
esp_flash_encryption_set_release_mode()
esp_efuse_read_field_blob
(
ESP_EFUSE_FLASH_CRYPT_CNT
,
&
flash_crypt_cnt
,
ESP_EFUSE_FLASH_CRYPT_CNT
[
0
]
->
bit_count
)
;
flash_encrypt.c:262
esp_flash_encryption_cfg_verify_release_mode()
if
(
flash_crypt_cnt
!=
(
1
<
<
(
ESP_EFUSE_FLASH_CRYPT_CNT
[
0
]
->
bit_count
)
)
-
1
)
{
flash_encrypt.c:263
esp_flash_encryption_cfg_verify_release_mode()
Call Tree
from
0/1
examples
All items filtered out
All items filtered out
Data Use
from
0/1
examples
ESP_EFUSE_FLASH_CRYPT_CNT
is read by 3 functions:
All items filtered out
ESP_EFUSE_FLASH_CRYPT_CNT
esp_get_flash_encryption_mode()
esp_flash_encryption_set_release_mode()
esp_flash_encryption_cfg_verify_release_mode()
All items filtered out
Class Tree
from
0/1
examples
All items filtered out
All items filtered out
Override Tree
from
0/1
examples
All items filtered out
All items filtered out
Implementations
from
0/1
examples
All items filtered out
All items filtered out
Instances
from
0/1
examples
Lifecycle
from
0/1
examples
All items filtered out
All items filtered out