Home
last modified time | relevance | path

Searched refs:esp_rom_opiflash_def_t (Results 1 – 4 of 4) sorted by relevance

/hal_espressif-latest/components/esp_rom/include/esp32s3/rom/
Dopi_flash.h49 } esp_rom_opiflash_def_t; typedef
148 extern const esp_rom_opiflash_def_t *rom_opiflash_cmd_def;
153 void esp_rom_opiflash_legacy_driver_init(const esp_rom_opiflash_def_t *flash_cmd_def);
/hal_espressif-latest/components/spi_flash/esp32s3/
Dspi_flash_oct_flash_init.c193 static const esp_rom_opiflash_def_t opiflash_cmd_def_mxic = OPI_CMD_FORMAT_MXIC_STR(); in s_flash_init_mxic()
195 static const esp_rom_opiflash_def_t opiflash_cmd_def_mxic = OPI_CMD_FORMAT_MXIC_DTR(); in s_flash_init_mxic()
/hal_espressif-latest/tools/esptool_py/flasher_stub/include/
Drom_functions.h336 } esp_rom_opiflash_def_t; typedef
338 void esp_rom_opiflash_legacy_driver_init(const esp_rom_opiflash_def_t *flash_cmd_def);
/hal_espressif-latest/tools/esptool_py/flasher_stub/
Dstub_flasher.c522 static const esp_rom_opiflash_def_t flash_driver = OPIFLASH_DRIVER(); in stub_main()