Searched defs:flash_addr (Results 1 – 11 of 11) sorted by relevance
/hal_espressif-latest/components/hal/esp32/include/hal/ |
D | spi_flash_encrypted_ll.h | 54 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/ |
D | esp_rom_spiflash.c | 266 …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/ |
D | spi_flash_encrypted_ll.h | 104 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/ |
D | spi_flash_encrypted_ll.h | 96 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/ |
D | spi_flash_encrypted_ll.h | 96 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/ |
D | spi_flash_encrypted_ll.h | 104 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/ |
D | spi_flash_encrypted_ll.h | 96 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/ |
D | spi_flash_encrypted_ll.h | 113 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/ |
D | stub_commands.c | 16 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/ |
D | flash_mock.cpp | 130 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/ |
D | esp_image_format.c | 550 static esp_err_t process_segment(int index, uint32_t flash_addr, esp_image_segment_header_t *header… in process_segment()
|