Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/spi_flash/esp32/
Dspi_flash_rom_patch.c342 REG_SET_BIT(SPI_USER_REG(0), SPI_USR_MISO | SPI_USR_DUMMY | SPI_USR_ADDR); in spi_cache_mode_switch()
348 REG_SET_BIT(SPI_USER_REG(0), SPI_USR_MISO | SPI_USR_DUMMY | SPI_USR_ADDR); in spi_cache_mode_switch()
372 REG_SET_BIT(SPI_USER_REG(0), SPI_USR_MISO | SPI_USR_ADDR); in spi_cache_mode_switch()
562 REG_SET_BIT(PERIPHS_SPI_FLASH_USRREG, SPI_USR_MISO | SPI_USR_DUMMY | SPI_USR_ADDR); in esp_rom_spiflash_read()
569 REG_SET_BIT(PERIPHS_SPI_FLASH_USRREG, SPI_USR_MISO | SPI_USR_ADDR); in esp_rom_spiflash_read()
604 REG_SET_BIT(PERIPHS_SPI_FLASH_USRREG, SPI_USR_MISO | SPI_USR_ADDR); in esp_rom_spiflash_read()
/hal_espressif-3.6.0/components/esp_hw_support/port/esp32/
Dspiram_psram.c359 SET_PERI_REG_MASK(SPI_USER_REG(spi_num), SPI_USR_MISO); in psram_cmd_config()
364 CLEAR_PERI_REG_MASK(SPI_USER_REG(spi_num), SPI_USR_MISO); in psram_cmd_config()
/hal_espressif-3.6.0/components/esptool_py/esptool/esptool/
Dloader.py1222 SPI_USR_MISO = 1 << 28
1293 flags |= SPI_USR_MISO
/hal_espressif-3.6.0/components/soc/esp32c3/include/soc/
Dspi_reg.h209 #define SPI_USR_MISO (BIT(28)) macro
/hal_espressif-3.6.0/components/soc/esp32h2/include/soc/
Dspi_reg.h209 #define SPI_USR_MISO (BIT(28)) macro
/hal_espressif-3.6.0/components/soc/esp32s3/include/soc/
Dspi_reg.h230 #define SPI_USR_MISO (BIT(28)) macro
/hal_espressif-3.6.0/components/soc/esp32/include/soc/
Dspi_reg.h385 #define SPI_USR_MISO (BIT(28)) macro
/hal_espressif-3.6.0/components/soc/esp32s2/include/soc/
Dspi_reg.h289 #define SPI_USR_MISO (BIT(28)) macro