Home
last modified time | relevance | path

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

/hal_espressif-latest/components/hal/include/hal/
Dspi_flash_types.h65 #define SPI_FLASH_OPI_FLAG 16 ///< A flag for flash work in opi mode, the io mode below are opi,… macro
66 …SPI_FLASH_OPI_STR = SPI_FLASH_OPI_FLAG,///< Only support on OPI flash, flash read and write under …
/hal_espressif-latest/components/spi_flash/
Dspi_flash_chip_mxic.c22 if (chip->read_mode >= SPI_FLASH_OPI_FLAG) { in spi_flash_chip_mxic_probe()
Dspi_flash_chip_mxic_opi.c33 if (chip->read_mode < SPI_FLASH_OPI_FLAG) { in spi_flash_chip_mxic_opi_probe()
Desp_flash_api.c342 octal_mode = (chip->read_mode >= SPI_FLASH_OPI_FLAG); in esp_flash_init_main()