Home
last modified time | relevance | path

Searched defs:esp_rom_spiflash_erase_area (Results 1 – 8 of 8) sorted by relevance

/hal_espressif-latest/components/esp_rom/esp32/ld/
Desp32.rom.spiflash.ld7 PROVIDE ( esp_rom_spiflash_erase_area = 0x400631ac ); symbol
/hal_espressif-latest/components/esp_rom/esp32s2/ld/
Desp32s2.rom.spiflash.ld26 PROVIDE ( esp_rom_spiflash_erase_area = SPIEraseArea ); symbol
/hal_espressif-latest/components/esp_rom/esp32c6/ld/
Desp32c6.rom.api.ld52 PROVIDE ( esp_rom_spiflash_erase_area = SPIEraseArea ); symbol
/hal_espressif-latest/components/esp_rom/esp32h2/ld/
Desp32h2.rom.api.ld52 PROVIDE ( esp_rom_spiflash_erase_area = SPIEraseArea ); symbol
/hal_espressif-latest/components/esp_rom/esp32c3/ld/
Desp32c3.rom.api.ld45 PROVIDE ( esp_rom_spiflash_erase_area = SPIEraseArea ); symbol
/hal_espressif-latest/components/esp_rom/esp32c2/ld/
Desp32c2.rom.api.ld51 PROVIDE ( esp_rom_spiflash_erase_area = SPIEraseArea ); symbol
/hal_espressif-latest/components/esp_rom/esp32s3/ld/
Desp32s3.rom.api.ld50 PROVIDE ( esp_rom_spiflash_erase_area = SPIEraseArea ); symbol
/hal_espressif-latest/components/esp_rom/patches/
Desp_rom_spiflash.c615 esp_rom_spiflash_result_t esp_rom_spiflash_erase_area(uint32_t start_addr, uint32_t area_len) in esp_rom_spiflash_erase_area() function