Home
last modified time | relevance | path

Searched refs:esp_rom_spiflash_unlock (Results 1 – 25 of 32) sorted by relevance

12

/hal_espressif-latest/components/spi_flash/sim/
Dflash_mock_util.c9 esp_rom_spiflash_result_t esp_rom_spiflash_unlock(void) in esp_rom_spiflash_unlock() function
/hal_espressif-latest/components/esp_rom/esp32s2/ld/
Desp32s2.rom.spiflash.ld19 PROVIDE ( esp_rom_spiflash_unlock = SPIUnlock ); symbol
Desp32s2.rom.api.ld49 PROVIDE ( esp_rom_spiflash_clear_bp = esp_rom_spiflash_unlock );
/hal_espressif-latest/components/esp_rom/esp32/ld/
Desp32.rom.spiflash.ld23 PROVIDE ( esp_rom_spiflash_unlock = 0x400????? );
/hal_espressif-latest/components/esp_rom/esp32c3/ld/
Desp32c3.rom.api.ld43 PROVIDE ( esp_rom_spiflash_clear_bp = esp_rom_spiflash_unlock );
Desp32c3.rom.ld114 PROVIDE( esp_rom_spiflash_unlock = 0x40000140 ); symbol
/hal_espressif-latest/components/esp_rom/esp32c6/ld/
Desp32c6.rom.api.ld50 PROVIDE ( esp_rom_spiflash_clear_bp = esp_rom_spiflash_unlock );
Desp32c6.rom.ld125 esp_rom_spiflash_unlock = 0x40000154; symbol
/hal_espressif-latest/components/esp_rom/esp32h2/ld/
Desp32h2.rom.api.ld50 PROVIDE ( esp_rom_spiflash_clear_bp = esp_rom_spiflash_unlock );
Desp32h2.rom.ld116 esp_rom_spiflash_unlock = 0x4000014c; symbol
/hal_espressif-latest/components/esp_rom/esp32s3/ld/
Desp32s3.rom.api.ld48 PROVIDE ( esp_rom_spiflash_clear_bp = esp_rom_spiflash_unlock );
/hal_espressif-latest/components/esp_rom/esp32c2/ld/
Desp32c2.rom.api.ld49 PROVIDE ( esp_rom_spiflash_clear_bp = esp_rom_spiflash_unlock );
/hal_espressif-latest/components/esp_rom/include/esp32/rom/
Dspi_flash.h228 esp_rom_spiflash_result_t esp_rom_spiflash_unlock(void);
/hal_espressif-latest/components/esp_rom/include/esp32s2/rom/
Dspi_flash.h211 esp_rom_spiflash_result_t esp_rom_spiflash_unlock(void);
/hal_espressif-latest/components/esp_rom/include/esp32c3/rom/
Dspi_flash.h211 esp_rom_spiflash_result_t esp_rom_spiflash_unlock(void);
/hal_espressif-latest/components/esp_rom/include/esp32c6/rom/
Dspi_flash.h204 esp_rom_spiflash_result_t esp_rom_spiflash_unlock(void);
/hal_espressif-latest/components/esp_rom/include/esp32h2/rom/
Dspi_flash.h204 esp_rom_spiflash_result_t esp_rom_spiflash_unlock(void);
/hal_espressif-latest/components/esp_rom/include/esp32s3/rom/
Dspi_flash.h248 esp_rom_spiflash_result_t esp_rom_spiflash_unlock(void);
/hal_espressif-latest/components/esp_rom/include/esp32c2/rom/
Dspi_flash.h217 esp_rom_spiflash_result_t esp_rom_spiflash_unlock(void);
/hal_espressif-latest/tools/esptool_py/flasher_stub/ld/
Drom_32c5_beta_3.ld128 esp_rom_spiflash_unlock = 0x40000150; symbol
Drom_32h2.ld127 esp_rom_spiflash_unlock = 0x4000014c; symbol
Drom_32c6.ld136 esp_rom_spiflash_unlock = 0x40000154; symbol
Drom_32p4.ld138 esp_rom_spiflash_unlock = 0x4fc0015c; symbol
Drom_32h2_beta_1.ld136 PROVIDE( esp_rom_spiflash_unlock = 0x4000013c ); symbol
/hal_espressif-latest/components/esp_rom/patches/
Desp_rom_spiflash.c106 esp_rom_spiflash_result_t esp_rom_spiflash_unlock(void) __attribute__((alias("esp_rom_spiflash_clea…

12