ESP-IDF
spi_flash_encryption_t::flash_encryption_enable
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
spi_flash_encryption_t::flash_encryption_enable
spi_flash_encryption_t::flash_encryption_enable field
Enable the flash encryption
Syntax
Show:
Summary
Declaration
from
spi_flash_types.h:89
void
(
*
flash_encryption_enable
)
(
void
)
;
Examples
References
from
examples
Code
Location
Scope
Referrer
void
(
*
flash_encryption_enable
)
(
void
)
;
spi_flash_types.h:89
DRAM_ATTR
static
spi_flash_encryption_t
esp_flash_encryption_default
__attribute__
(
(
__unused__
)
)
=
{
spi_flash_chip_generic.c:52
esp_flash_encryption_default
spi_flash_encryption_hal_enable()
.
flash_encryption_enable
=
spi_flash_encryption_hal_enable
,
spi_flash_chip_generic.c:53
esp_flash_encryption
->
flash_encryption_enable
(
)
;
spi_flash_chip_generic.c:519
spi_flash_chip_generic_write_encrypted()
Call Tree
from
examples
spi_flash_encryption_t::flash_encryption_enable
is called by 1 function:
spi_flash_chip_generic_write_encrypted()
All items filtered out
spi_flash_encryption_t::flash_encryption_enable
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
spi_flash_encryption_t::flash_encryption_enable
implements 1 functions:
spi_flash_encryption_hal_enable()
All items filtered out
spi_flash_encryption_t::flash_encryption_enable
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out