ESP-IDF
CRYPT_CNT
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
CRYPT_CNT
CRYPT_CNT macro
Syntax
Show:
Summary
Declaration
from
flash_encrypt.c:20
#define
CRYPT_CNT
ESP_EFUSE_FLASH_CRYPT_CNT
Examples
References
from
examples
Code
Location
#define
CRYPT_CNT
ESP_EFUSE_FLASH_CRYPT_CNT
flash_encrypt.c:20
esp_efuse_read_field_blob
(
CRYPT_CNT
,
&
flash_crypt_cnt
,
CRYPT_CNT
[
0
]
->
bit_count
)
;
flash_encrypt.c:125
if
(
flash_crypt_cnt
==
(
1
<
<
(
CRYPT_CNT
[
0
]
->
bit_count
)
)
-
1
)
{
flash_encrypt.c:126
esp_efuse_read_field_cnt
(
CRYPT_CNT
,
&
flash_crypt_cnt
)
;
flash_encrypt.c:185
if
(
flash_crypt_cnt
!=
CRYPT_CNT
[
0
]
->
bit_count
)
{
flash_encrypt.c:186
esp_efuse_write_field_cnt
(
CRYPT_CNT
,
CRYPT_CNT
[
0
]
->
bit_count
-
flash_crypt_cnt
)
;
flash_encrypt.c:187
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
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