Home
last modified time | relevance | path

Searched refs:esp_rom_spiflash_enable_write (Results 1 – 2 of 2) sorted by relevance

/hal_espressif-latest/components/esp_rom/patches/
Desp_rom_spiflash.c108 static esp_rom_spiflash_result_t esp_rom_spiflash_enable_write(esp_rom_spiflash_chip_t *spi);
188 if ( ESP_ROM_SPIFLASH_RESULT_OK != esp_rom_spiflash_enable_write(spi)) { in esp_rom_spiflash_program_page_internal()
317 static esp_rom_spiflash_result_t esp_rom_spiflash_enable_write(esp_rom_spiflash_chip_t *spi) in esp_rom_spiflash_enable_write() function
387 if ( ESP_ROM_SPIFLASH_RESULT_OK != esp_rom_spiflash_enable_write(&g_rom_spiflash_chip)) { in esp_rom_spiflash_set_bp()
429 if ( ESP_ROM_SPIFLASH_RESULT_OK != esp_rom_spiflash_enable_write(&g_rom_spiflash_chip)) { in esp_rom_spiflash_erase_chip()
450 if ( ESP_ROM_SPIFLASH_RESULT_OK != esp_rom_spiflash_enable_write(&g_rom_spiflash_chip)) { in esp_rom_spiflash_erase_block()
470 if ( ESP_ROM_SPIFLASH_RESULT_OK != esp_rom_spiflash_enable_write(&g_rom_spiflash_chip)) { in esp_rom_spiflash_erase_sector()
/hal_espressif-latest/components/esp_rom/esp32/ld/
Desp32.rom.spiflash.ld18 PROVIDE ( esp_rom_spiflash_enable_write = 0x40062320 ); symbol