Home
last modified time | relevance | path

Searched refs:SPI_FLASH_SLOWRD (Results 1 – 5 of 5) sorted by relevance

/device/soc/esp/esp32/components/spi_flash/sim/stubs/soc/include/hal/
Dspi_flash_types.h34 SPI_FLASH_SLOWRD = 0, ///< Data read using single I/O, some limits on speed enumerator
159 #define SPI_FLASH_READ_MODE_MIN SPI_FLASH_SLOWRD
/device/soc/esp/esp32/components/hal/include/hal/
Dspi_flash_types.h68 SPI_FLASH_SLOWRD = 0, ///< Data read using single I/O, some limits on speed enumerator
90 #define SPI_FLASH_READ_MODE_MIN SPI_FLASH_SLOWRD
/device/soc/esp/esp32/components/hal/esp32/include/hal/
Dspi_flash_ll.h273 case SPI_FLASH_SLOWRD: in spi_flash_ll_set_read_mode()
/device/soc/esp/esp32/components/spi_flash/
Dspi_flash_chip_generic.c420 case SPI_FLASH_SLOWRD: in spi_flash_chip_generic_config_host_io_mode()
Desp_flash_api.c826 chip->read_mode = (qe? SPI_FLASH_QOUT: SPI_FLASH_SLOWRD); in esp_flash_set_io_mode()