Home
last modified time | relevance | path

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

/hal_espressif-latest/components/spi_flash/include/
Dspi_flash_chip_generic.h381 #define SPI_FLASH_CONFIG_IO_MODE_32B_ADDR BIT(0) macro
/hal_espressif-latest/components/spi_flash/
Dspi_flash_chip_winbond.c55 config_io_flags |= SPI_FLASH_CONFIG_IO_MODE_32B_ADDR; in spi_flash_chip_winbond_read()
Dspi_flash_chip_generic.c425 bool addr_32bit = (flags & SPI_FLASH_CONFIG_IO_MODE_32B_ADDR); in spi_flash_chip_generic_config_host_io_mode()