Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/spi_flash/esp32/
Dspi_flash_rom_patch.c341 REG_CLR_BIT(SPI_USER_REG(0), SPI_USR_MOSI); in spi_cache_mode_switch()
347 REG_CLR_BIT(SPI_USER_REG(0), SPI_USR_MOSI); in spi_cache_mode_switch()
365 REG_CLR_BIT(SPI_USER_REG(0), SPI_USR_MOSI); in spi_cache_mode_switch()
561 REG_CLR_BIT(PERIPHS_SPI_FLASH_USRREG, SPI_USR_MOSI); in esp_rom_spiflash_read()
568 REG_CLR_BIT(PERIPHS_SPI_FLASH_USRREG, SPI_USR_MOSI); in esp_rom_spiflash_read()
597 REG_CLR_BIT(PERIPHS_SPI_FLASH_USRREG, SPI_USR_MOSI); in esp_rom_spiflash_read()
/hal_espressif-3.6.0/components/esp_hw_support/port/esp32/
Dspiram_psram.c343 SET_PERI_REG_MASK(SPI_USER_REG(spi_num), SPI_USR_MOSI); in psram_cmd_config()
353 CLEAR_PERI_REG_MASK(SPI_USER_REG(spi_num), SPI_USR_MOSI); in psram_cmd_config()
/hal_espressif-3.6.0/components/esptool_py/esptool/esptool/
Dloader.py1223 SPI_USR_MOSI = 1 << 27
1295 flags |= SPI_USR_MOSI
/hal_espressif-3.6.0/components/soc/esp32c3/include/soc/
Dspi_reg.h216 #define SPI_USR_MOSI (BIT(27)) macro
/hal_espressif-3.6.0/components/soc/esp32h2/include/soc/
Dspi_reg.h216 #define SPI_USR_MOSI (BIT(27)) macro
/hal_espressif-3.6.0/components/soc/esp32s3/include/soc/
Dspi_reg.h237 #define SPI_USR_MOSI (BIT(27)) macro
/hal_espressif-3.6.0/components/soc/esp32/include/soc/
Dspi_reg.h391 #define SPI_USR_MOSI (BIT(27)) macro
/hal_espressif-3.6.0/components/soc/esp32s2/include/soc/
Dspi_reg.h296 #define SPI_USR_MOSI (BIT(27)) macro