Home
last modified time | relevance | path

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

/hal_espressif-latest/components/esp_rom/patches/
Desp_rom_spiflash.c340 REG_SET_BIT(SPI_USER_REG(0), SPI_USR_MISO | SPI_USR_DUMMY | SPI_USR_ADDR); in spi_cache_mode_switch()
346 REG_SET_BIT(SPI_USER_REG(0), SPI_USR_MISO | SPI_USR_DUMMY | SPI_USR_ADDR); in spi_cache_mode_switch()
370 REG_SET_BIT(SPI_USER_REG(0), SPI_USR_MISO | SPI_USR_ADDR); in spi_cache_mode_switch()
561 REG_SET_BIT(PERIPHS_SPI_FLASH_USRREG, SPI_USR_MISO | SPI_USR_DUMMY | SPI_USR_ADDR); in esp_rom_spiflash_read()
568 REG_SET_BIT(PERIPHS_SPI_FLASH_USRREG, SPI_USR_MISO | SPI_USR_ADDR); in esp_rom_spiflash_read()
603 REG_SET_BIT(PERIPHS_SPI_FLASH_USRREG, SPI_USR_MISO | SPI_USR_ADDR); in esp_rom_spiflash_read()
/hal_espressif-latest/components/esp_psram/esp32/
Desp_psram_impl_quad.c377 SET_PERI_REG_MASK(SPI_USER_REG(spi_num), SPI_USR_MISO); in psram_cmd_config()
382 CLEAR_PERI_REG_MASK(SPI_USER_REG(spi_num), SPI_USR_MISO); in psram_cmd_config()
/hal_espressif-latest/tools/esptool_py/esptool/
Dloader.py1324 SPI_USR_MISO = 1 << 28
1395 flags |= SPI_USR_MISO
/hal_espressif-latest/components/soc/esp32c3/include/soc/
Dspi_reg.h201 #define SPI_USR_MISO (BIT(28)) macro
/hal_espressif-latest/components/soc/esp32c2/include/soc/
Dspi_reg.h222 #define SPI_USR_MISO (BIT(28)) macro
/hal_espressif-latest/components/soc/esp32s3/include/soc/
Dspi_reg.h230 #define SPI_USR_MISO (BIT(28)) macro
/hal_espressif-latest/components/soc/esp32/include/soc/
Dspi_reg.h385 #define SPI_USR_MISO (BIT(28)) macro
/hal_espressif-latest/components/soc/esp32h2/include/soc/
Dspi_reg.h377 #define SPI_USR_MISO (BIT(28)) macro
/hal_espressif-latest/components/soc/esp32c6/include/soc/
Dspi_reg.h377 #define SPI_USR_MISO (BIT(28)) macro
/hal_espressif-latest/components/soc/esp32s2/include/soc/
Dspi_reg.h280 #define SPI_USR_MISO (BIT(28)) macro