Home
last modified time | relevance | path

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

/hal_espressif-latest/components/spi_flash/
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() local
432 read_command = (addr_32bit? CMD_FASTRD_QIO_4B: CMD_FASTRD_QIO); in spi_flash_chip_generic_config_host_io_mode()
438 read_command = (addr_32bit? CMD_FASTRD_QUAD_4B: CMD_FASTRD_QUAD); in spi_flash_chip_generic_config_host_io_mode()
444 read_command = (addr_32bit? CMD_FASTRD_DIO_4B: CMD_FASTRD_DIO); in spi_flash_chip_generic_config_host_io_mode()
450 read_command = (addr_32bit? CMD_FASTRD_DUAL_4B: CMD_FASTRD_DUAL); in spi_flash_chip_generic_config_host_io_mode()
455 read_command = (addr_32bit? CMD_FASTRD_4B: CMD_FASTRD); in spi_flash_chip_generic_config_host_io_mode()
460 read_command = (addr_32bit? CMD_READ_4B: CMD_READ); in spi_flash_chip_generic_config_host_io_mode()
466 if (addr_32bit) { in spi_flash_chip_generic_config_host_io_mode()