Home
last modified time | relevance | path

Searched refs:esp_rom_spiflash_read_statushigh (Results 1 – 25 of 26) sorted by relevance

12

/hal_espressif-latest/components/esp_rom/esp32s2/ld/
Desp32s2.rom.spiflash.ld12 PROVIDE ( esp_rom_spiflash_read_statushigh = SPI_read_status_high ); symbol
/hal_espressif-latest/components/esp_rom/esp32/ld/
Desp32.rom.spiflash.ld16 PROVIDE ( esp_rom_spiflash_read_statushigh = 0x40062448 ); symbol
/hal_espressif-latest/components/esp_rom/include/
Desp_rom_spiflash.h88 esp_rom_spiflash_result_t esp_rom_spiflash_read_statushigh(esp_rom_spiflash_chip_t *spi, uint32_t *…
/hal_espressif-latest/components/esp_rom/include/esp32/rom/
Dspi_flash.h148 esp_rom_spiflash_result_t esp_rom_spiflash_read_statushigh(esp_rom_spiflash_chip_t *spi, uint32_t *…
/hal_espressif-latest/components/esp_rom/include/esp32s2/rom/
Dspi_flash.h145 esp_rom_spiflash_result_t esp_rom_spiflash_read_statushigh(esp_rom_spiflash_chip_t *spi, uint32_t *…
/hal_espressif-latest/components/esp_rom/include/esp32c3/rom/
Dspi_flash.h131 esp_rom_spiflash_result_t esp_rom_spiflash_read_statushigh(esp_rom_spiflash_chip_t *spi, uint32_t *…
/hal_espressif-latest/components/esp_rom/include/esp32c6/rom/
Dspi_flash.h124 esp_rom_spiflash_result_t esp_rom_spiflash_read_statushigh(esp_rom_spiflash_chip_t *spi, uint32_t *…
/hal_espressif-latest/components/esp_rom/include/esp32h2/rom/
Dspi_flash.h124 esp_rom_spiflash_result_t esp_rom_spiflash_read_statushigh(esp_rom_spiflash_chip_t *spi, uint32_t *…
/hal_espressif-latest/components/esp_rom/include/esp32s3/rom/
Dspi_flash.h168 esp_rom_spiflash_result_t esp_rom_spiflash_read_statushigh(esp_rom_spiflash_chip_t *spi, uint32_t *…
/hal_espressif-latest/components/esp_rom/include/esp32c2/rom/
Dspi_flash.h137 esp_rom_spiflash_result_t esp_rom_spiflash_read_statushigh(esp_rom_spiflash_chip_t *spi, uint32_t *…
/hal_espressif-latest/components/esp_rom/patches/
Desp_rom_spiflash.c82 …if (esp_rom_spiflash_read_statushigh(&g_rom_spiflash_chip, &status) != ESP_ROM_SPIFLASH_RESULT_OK)… in esp_rom_spiflash_clear_bp()
242 esp_rom_spiflash_result_t esp_rom_spiflash_read_statushigh(esp_rom_spiflash_chip_t *spi, uint32_t *… in esp_rom_spiflash_read_statushigh() function
381 …if (ESP_ROM_SPIFLASH_RESULT_OK != esp_rom_spiflash_read_statushigh(&g_rom_spiflash_chip, &status))… in esp_rom_spiflash_set_bp()
/hal_espressif-latest/tools/esptool_py/flasher_stub/ld/
Drom_32c5_beta_3.ld16 PROVIDE ( SPI_read_status_high = esp_rom_spiflash_read_statushigh);
140 esp_rom_spiflash_read_statushigh = 0x40000180; symbol
Drom_32h2.ld16 PROVIDE ( SPI_read_status_high = esp_rom_spiflash_read_statushigh);
139 esp_rom_spiflash_read_statushigh = 0x4000017c; symbol
Drom_32c6.ld16 PROVIDE ( SPI_read_status_high = esp_rom_spiflash_read_statushigh);
148 esp_rom_spiflash_read_statushigh = 0x40000184; symbol
Drom_32p4.ld16 PROVIDE ( SPI_read_status_high = esp_rom_spiflash_read_statushigh);
150 esp_rom_spiflash_read_statushigh = 0x4fc0018c; symbol
Drom_32h2_beta_1.ld13 PROVIDE ( SPI_read_status_high = esp_rom_spiflash_read_statushigh);
143 PROVIDE( esp_rom_spiflash_read_statushigh = 0x40000158 ); symbol
Drom_32h2_beta_2.ld13 PROVIDE ( SPI_read_status_high = esp_rom_spiflash_read_statushigh);
147 PROVIDE( esp_rom_spiflash_read_statushigh = 0x40000180 ); symbol
Drom_32c6_beta.ld13 PROVIDE ( SPI_read_status_high = esp_rom_spiflash_read_statushigh);
135 PROVIDE( esp_rom_spiflash_read_statushigh = 0x40000158 ); symbol
Drom_32c3.ld13 PROVIDE ( SPI_read_status_high = esp_rom_spiflash_read_statushigh);
137 PROVIDE( esp_rom_spiflash_read_statushigh = 0x4000015c ); symbol
Drom_32s3.ld12 PROVIDE ( SPI_read_status_high = esp_rom_spiflash_read_statushigh);
185 PROVIDE( esp_rom_spiflash_read_statushigh = 0x40000abc ); symbol
Drom_32c2.ld16 PROVIDE ( SPI_read_status_high = esp_rom_spiflash_read_statushigh);
139 PROVIDE( esp_rom_spiflash_read_statushigh = 0x40000170 ); symbol
/hal_espressif-latest/components/esp_rom/esp32h2/ld/
Desp32h2.rom.ld128 esp_rom_spiflash_read_statushigh = 0x4000017c; symbol
/hal_espressif-latest/components/esp_rom/esp32c6/ld/
Desp32c6.rom.ld137 esp_rom_spiflash_read_statushigh = 0x40000184; symbol
/hal_espressif-latest/components/esp_rom/esp32c3/ld/
Desp32c3.rom.ld121 PROVIDE( esp_rom_spiflash_read_statushigh = 0x4000015c ); symbol
/hal_espressif-latest/components/esp_rom/esp32c2/ld/
Desp32c2.rom.ld125 PROVIDE( esp_rom_spiflash_read_statushigh = 0x40000170 ); symbol

12