spi_flash_encryption_t is only used within ESP-IDF.
 
Symbols
loading...
Files
loading...
SummarySyntaxReferences

Fields

Field
Declared as
Description
void (*)(void)
Enable the flash encryption.
void (*)(void)
Disable the flash encryption.
void (*)(uint32_t address, const uint32_t* buffer, uint32_t size)
Prepare flash encryption before operation.
void (*)(void)
flash data encryption operation is done.
void (*)(void)
Destroy encrypted result.
bool (*)(uint32_t address, uint32_t length)
Check if is qualified to encrypt the buffer.

References

from examples