Home
last modified time | relevance | path

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

/hal_espressif-latest/components/spi_flash/
Dspi_flash_chip_generic.c422 uint32_t read_command; 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()
474 …return chip->host->driver->configure_host_io_mode(chip->host, read_command, addr_bitlen, dummy_cyc… in spi_flash_chip_generic_config_host_io_mode()
Dspi_flash_chip_mxic_opi.c366 uint32_t read_command; in spi_flash_chip_xmic_opi_config_host_io_mode() local
373 read_command = CMD_OPI_FLASH_MXIC_READ_STR; in spi_flash_chip_xmic_opi_config_host_io_mode()
378 read_command = CMD_OPI_FLASH_MXIC_READ_DTR; in spi_flash_chip_xmic_opi_config_host_io_mode()
384 …return chip->host->driver->configure_host_io_mode(chip->host, read_command, addr_bitlen, dummy_cyc… in spi_flash_chip_xmic_opi_config_host_io_mode()