ESP-IDF
spi_flash_encryption_t::flash_encryption_check
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_check
spi_flash_encryption_t::flash_encryption_check field
Check if is qualified to encrypt the buffer
Syntax
Show:
Summary
Declaration
from
spi_flash_types.h:118
bool
(
*
flash_encryption_check
)
(
uint32_t
address
,
uint32_t
length
)
;
Examples
References
from
examples
Code
Location
Scope
Referrer
bool
(
*
flash_encryption_check
)
(
uint32_t
address
,
uint32_t
length
)
;
spi_flash_types.h:118
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_check()
.
flash_encryption_check
=
spi_flash_encryption_hal_check
,
spi_flash_chip_generic.c:58
if
(
esp_flash_encryption
->
flash_encryption_check
(
address
,
length
)
!=
true
)
{
spi_flash_chip_generic.c:514
spi_flash_chip_generic_write_encrypted()
Call Tree
from
examples
spi_flash_encryption_t::flash_encryption_check
is called by 1 function:
spi_flash_chip_generic_write_encrypted()
All items filtered out
spi_flash_encryption_t::flash_encryption_check
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_check
implements 1 functions:
spi_flash_encryption_hal_check()
All items filtered out
spi_flash_encryption_t::flash_encryption_check
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out