Searched refs:esp_flash_write_encrypted (Results 1 – 16 of 16) sorted by relevance
/hal_espressif-latest/components/spi_flash/include/ |
D | esp_flash.h | 343 esp_err_t esp_flash_write_encrypted(esp_flash_t *chip, uint32_t address, const void *buffer, uint32…
|
/hal_espressif-latest/components/esp_rom/esp32c6/ld/ |
D | esp32c6.rom.spiflash.ld | 61 esp_flash_write_encrypted = 0x4000025c; symbol
|
/hal_espressif-latest/components/esp_rom/esp32h2/ld/ |
D | esp32h2.rom.spiflash.ld | 61 esp_flash_write_encrypted = 0x40000254; symbol
|
/hal_espressif-latest/components/bootloader_support/bootloader_flash/src/ |
D | bootloader_flash.c | 99 return esp_flash_write_encrypted(NULL, dest_addr, src, size); in bootloader_flash_write()
|
/hal_espressif-latest/zephyr/port/bootloader/ |
D | bootloader_flash.c | 96 return esp_flash_write_encrypted(NULL, dest_addr, src, size); in bootloader_flash_write()
|
/hal_espressif-latest/tools/esptool_py/flasher_stub/ld/ |
D | rom_32h2_beta_1.ld | 293 PROVIDE( esp_flash_write_encrypted = 0x40000328 ); symbol
|
D | rom_32h2_beta_2.ld | 379 PROVIDE( esp_flash_write_encrypted = 0x40000470 ); symbol
|
D | rom_32c6_beta.ld | 285 PROVIDE( esp_flash_write_encrypted = 0x40000328 ); symbol
|
D | rom_32c3.ld | 287 PROVIDE( esp_flash_write_encrypted = 0x4000032c ); symbol
|
D | rom_32s3.ld | 359 PROVIDE( esp_flash_write_encrypted = 0x4000114c ); symbol
|
D | rom_32c2.ld | 371 PROVIDE( esp_flash_write_encrypted = 0x40000460 ); symbol
|
D | rom_32s3_beta_2.ld | 344 PROVIDE ( esp_flash_write_encrypted = 0x4004ef48 ); symbol
|
/hal_espressif-latest/components/esp_rom/esp32c3/ld/ |
D | esp32c3.rom.ld | 271 PROVIDE( esp_flash_write_encrypted = 0x4000032c ); symbol
|
/hal_espressif-latest/components/spi_flash/ |
D | esp_flash_api.c | 1218 esp_err_t IRAM_ATTR esp_flash_write_encrypted(esp_flash_t *chip, uint32_t address, const void *buff… in esp_flash_write_encrypted() function
|
/hal_espressif-latest/components/esp_rom/esp32c2/ld/ |
D | esp32c2.rom.ld | 358 PROVIDE( esp_flash_write_encrypted = 0x40000460 ); symbol
|
/hal_espressif-latest/components/esp_rom/esp32s3/ld/ |
D | esp32s3.rom.ld | 345 PROVIDE( esp_flash_write_encrypted = 0x4000114c ); symbol
|