Home
last modified time | relevance | path

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

/hal_espressif-latest/components/hal/include/hal/
Dspi_flash_types.h55 #define SPI_FLASH_CONFIG_CONF_BITS BIT(31) ///< OR the io_mode with this mask, to enable the d… macro
/hal_espressif-latest/components/hal/
Dspi_flash_hal_common.inc98 bool conf_required = ((extra_bits & SPI_FLASH_CONFIG_CONF_BITS) != 0);
/hal_espressif-latest/components/spi_flash/
Dspi_flash_chip_generic.c471 read_mode |= SPI_FLASH_CONFIG_CONF_BITS; in spi_flash_chip_generic_config_host_io_mode()