Home
last modified time | relevance | path

Searched defs:flash_addr (Results 1 – 11 of 11) sorted by relevance

/hal_espressif-latest/components/hal/esp32/include/hal/
Dspi_flash_encrypted_ll.h54 static inline void spi_flash_encrypt_ll_address_save(uint32_t flash_addr) in spi_flash_encrypt_ll_address_save()
/hal_espressif-latest/components/esp_rom/patches/
Desp_rom_spiflash.c266 …rom_spiflash_result_t esp_rom_spiflash_read_data(esp_rom_spiflash_chip_t *spi, uint32_t flash_addr, in esp_rom_spiflash_read_data()
528 esp_rom_spiflash_result_t esp_rom_spiflash_write_encrypted(uint32_t flash_addr, uint32_t *data, uin… in esp_rom_spiflash_write_encrypted()
/hal_espressif-latest/components/hal/esp32s3/include/hal/
Dspi_flash_encrypted_ll.h104 static inline void spi_flash_encrypt_ll_address_save(uint32_t flash_addr) in spi_flash_encrypt_ll_address_save()
/hal_espressif-latest/components/hal/esp32c6/include/hal/
Dspi_flash_encrypted_ll.h96 static inline void spi_flash_encrypt_ll_address_save(uint32_t flash_addr) in spi_flash_encrypt_ll_address_save()
/hal_espressif-latest/components/hal/esp32c2/include/hal/
Dspi_flash_encrypted_ll.h96 static inline void spi_flash_encrypt_ll_address_save(uint32_t flash_addr) in spi_flash_encrypt_ll_address_save()
/hal_espressif-latest/components/hal/esp32c3/include/hal/
Dspi_flash_encrypted_ll.h104 static inline void spi_flash_encrypt_ll_address_save(uint32_t flash_addr) in spi_flash_encrypt_ll_address_save()
/hal_espressif-latest/components/hal/esp32h2/include/hal/
Dspi_flash_encrypted_ll.h96 static inline void spi_flash_encrypt_ll_address_save(uint32_t flash_addr) in spi_flash_encrypt_ll_address_save()
/hal_espressif-latest/components/hal/esp32s2/include/hal/
Dspi_flash_encrypted_ll.h113 static inline void spi_flash_encrypt_ll_address_save(uint32_t flash_addr) in spi_flash_encrypt_ll_address_save()
/hal_espressif-latest/tools/esptool_py/flasher_stub/
Dstub_commands.c16 static esp_rom_spiflash_result_t SPIRead4B(int spi_num, uint32_t flash_addr, uint8_t* buf, int len) in SPIRead4B()
/hal_espressif-latest/components/spi_flash/sim/
Dflash_mock.cpp130 esp_rom_spiflash_result_t esp_rom_spiflash_write_encrypted(uint32_t flash_addr, uint32_t *data, uin… in esp_rom_spiflash_write_encrypted()
/hal_espressif-latest/components/bootloader_support/src/
Desp_image_format.c550 static esp_err_t process_segment(int index, uint32_t flash_addr, esp_image_segment_header_t *header… in process_segment()