Home
last modified time | relevance | path

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

/hal_espressif-latest/components/spi_flash/include/spi_flash/
Dspi_flash_defs.h37 #define CMD_READ 0x03 /* Speed limited */ macro
/hal_espressif-latest/components/spi_flash/
Dmemspi_host_driver.c184 .command = CMD_READ, in memspi_host_read()
Dspi_flash_chip_generic.c460 read_command = (addr_32bit? CMD_READ_4B: CMD_READ); in spi_flash_chip_generic_config_host_io_mode()