ESP-IDF
EFUSE_BLK1
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
EFUSE_BLK1
EFUSE_BLK1 value
Number of eFuse block. Used for Flash Encryption. If not using that Flash Encryption feature, they can be used for another purpose.
Syntax
Show:
Summary
Declaration
from
esp_efuse_chip.h:22
EFUSE_BLK1
=
1
;
Examples
References
from
examples
Code
Location
Referrer
EFUSE_BLK1
=
1
,
/**< Number of eFuse block. Used for Flash Encryption. If not using that Flash Encryption feature, they can be used for another purpose. */
esp_efuse_chip.h:22
unsigned
idx
=
blk
-
EFUSE_BLK1
;
esp_efuse_api_key.c:44
esp_efuse_set_write_protect()
unsigned
idx
=
blk
-
EFUSE_BLK1
;
esp_efuse_api_key.c:54
esp_efuse_set_read_protect()
{
EFUSE_BLK1
,
0
,
MAX_BLK_LEN
}
,
// [ENCRYPT_FLASH_KEY] Flash encryption key,
esp_efuse_table.c:415
{
(
uint32_t
)
&
write_mass_blocks
[
EFUSE_BLK1
]
[
0
]
,
(
uint32_t
)
&
write_mass_blocks
[
EFUSE_BLK1
]
[
7
]
}
,
esp_efuse_utility.c:35
for
(
int
num_block
=
EFUSE_BLK1
;
num_block
<
EFUSE_BLK_MAX
;
num_block
++
)
{
esp_efuse_utility.c:229
esp_efuse_utility_apply_new_coding_scheme()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
EFUSE_BLK1
is read by 3 functions:
All items filtered out
EFUSE_BLK1
esp_efuse_utility_apply_new_coding_scheme()
esp_efuse_set_write_protect()
esp_efuse_set_read_protect()
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