Home
last modified time | relevance | path

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

/hal_espressif-latest/components/esp_rom/include/esp32/rom/
Dspi_flash.h69 #define SPI0_R_QIO_ADDR_BITSLEN 31 macro
/hal_espressif-latest/components/esp_rom/include/esp32s2/rom/
Dspi_flash.h73 #define SPI0_R_QIO_ADDR_BITSLEN 23 macro
/hal_espressif-latest/components/esp_rom/include/esp32c3/rom/
Dspi_flash.h37 #define SPI0_R_QIO_ADDR_BITSLEN 23 macro
/hal_espressif-latest/components/esp_rom/include/esp32c6/rom/
Dspi_flash.h37 #define SPI0_R_QIO_ADDR_BITSLEN 23 macro
/hal_espressif-latest/components/esp_rom/include/esp32h2/rom/
Dspi_flash.h37 #define SPI0_R_QIO_ADDR_BITSLEN 23 macro
/hal_espressif-latest/components/esp_rom/include/esp32s3/rom/
Dspi_flash.h67 #define SPI0_R_QIO_ADDR_BITSLEN 23 macro
/hal_espressif-latest/components/esp_rom/include/esp32c2/rom/
Dspi_flash.h37 #define SPI0_R_QIO_ADDR_BITSLEN 23 macro
/hal_espressif-latest/components/esp_rom/patches/
Desp_rom_spiflash.c341 REG_SET_FIELD(SPI_USER1_REG(0), SPI_USR_ADDR_BITLEN, SPI0_R_QIO_ADDR_BITSLEN); in spi_cache_mode_switch()