ESP-IDF
efuse_hal_flash_encryption_enabled()
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_hal_flash_encryption_enabled()
efuse_hal_flash_encryption_enabled() function
Is flash encryption currently enabled in hardware? Flash encryption is enabled if the FLASH_CRYPT_CNT efuse has an odd number of bits set.
Syntax
Show:
Summary
Declaration
Definition
from
efuse_hal.h:44
bool
efuse_hal_flash_encryption_enabled
(
void
)
;
Implemented in
efuse_hal.c:42
Return value
true if flash encryption is enabled.
Examples
References
from
examples
Code
Location
Referrer
IRAM_ATTR
bool
efuse_hal_flash_encryption_enabled
(
void
)
efuse_hal.c:42
bool
efuse_hal_flash_encryption_enabled
(
void
)
;
efuse_hal.h:44
return
efuse_hal_flash_encryption_enabled
(
)
;
flash_encrypt.c:89
esp_flash_encryption_enabled()
Call Tree
from
examples
efuse_hal_flash_encryption_enabled()
is called by 1 function and calls 1 function:
esp_flash_encryption_enabled()
All items filtered out
efuse_hal_flash_encryption_enabled()
efuse_ll_get_flash_crypt_cnt()
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