spi_flash_chip_t::write_encrypted field
Syntax
esp_err_t (*write_encrypted)(esp_flash_t *chip, const void *buffer, uint32_t address, uint32_t length); ![]()
esp_err_t (*write_encrypted)(esp_flash_t *chip, const void *buffer, uint32_t address, uint32_t length);![]()
err = chip->chip_drv->write_encrypted(chip, (uint32_t *)encrypt_buf, row_addr, encrypt_byte);
spi_flash_chip_t::write_encrypted is called by 1 function:
![]()
spi_flash_chip_t::write_encrypted
spi_flash_chip_t::write_encrypted implements 1 functions:
![]()
spi_flash_chip_t::write_encrypted