ESP-IDF
spi_flash_encryption_t::flash_encryption_data_prepare
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_data_prepare
spi_flash_encryption_t::flash_encryption_data_prepare field
Prepare flash encryption before operation.
Syntax
Show:
Summary
Declaration
from
spi_flash_types.h:103
void
(
*
flash_encryption_data_prepare
)
(
uint32_t
address
,
const
uint32_t
*
buffer
,
uint32_t
size
)
;
Examples
References
from
examples
Code
Location
Scope
Referrer
void
(
*
flash_encryption_data_prepare
)
(
uint32_t
address
,
const
uint32_t
*
buffer
,
uint32_t
size
)
;
spi_flash_types.h:103
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_prepare()
.
flash_encryption_data_prepare
=
spi_flash_encryption_hal_prepare
,
spi_flash_chip_generic.c:55
esp_flash_encryption
->
flash_encryption_data_prepare
(
address
,
(
uint32_t
*
)
data_bytes
,
block_size
)
;
spi_flash_chip_generic.c:536
spi_flash_chip_generic_write_encrypted()
Call Tree
from
examples
spi_flash_encryption_t::flash_encryption_data_prepare
is called by 1 function:
spi_flash_chip_generic_write_encrypted()
All items filtered out
spi_flash_encryption_t::flash_encryption_data_prepare
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_data_prepare
implements 1 functions:
spi_flash_encryption_hal_prepare()
All items filtered out
spi_flash_encryption_t::flash_encryption_data_prepare
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out