Home
last modified time | relevance | path

Searched refs:SPI_FLASH_CONFIG_CONF_BITS (Results 1 – 3 of 3) sorted by relevance

/device/soc/esp/esp32/components/hal/include/hal/
Dspi_flash_types.h64 #define SPI_FLASH_CONFIG_CONF_BITS BIT(31) ///< OR the io_mode with this mask, to enable the d… macro
/device/soc/esp/esp32/components/hal/
Dspi_flash_hal_common.inc91 bool conf_required = ((extra_bits & SPI_FLASH_CONFIG_CONF_BITS) != 0);
/device/soc/esp/esp32/components/spi_flash/
Dspi_flash_chip_generic.c434 read_mode |= SPI_FLASH_CONFIG_CONF_BITS; in spi_flash_chip_generic_config_host_io_mode()