Home
last modified time | relevance | path

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

/device/soc/esp/esp32/components/spi_flash/private_include/
Dspi_flash_defs.h43 #define CMD_READ_4B 0x13 /* Speed limited */ macro
/device/soc/esp/esp32/components/spi_flash/
Dspi_flash_chip_generic.c423 read_command = (addr_32bit? CMD_READ_4B: CMD_READ); in spi_flash_chip_generic_config_host_io_mode()