pub unsafe extern "C" fn esp_rom_spiflash_write_encrypted(
flash_addr: u32,
data: *mut u32,
len: u32,
) -> i32Expand description
Write data to flash with transparent encryption.
flash_addr and len must be 32-byte aligned. The sector must already be
erased.