Home
last modified time | relevance | path

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

/hal_espressif-latest/components/esp_rom/patches/
Desp_rom_spiflash.c339 REG_CLR_BIT(SPI_USER_REG(0), SPI_USR_MOSI); in spi_cache_mode_switch()
345 REG_CLR_BIT(SPI_USER_REG(0), SPI_USR_MOSI); in spi_cache_mode_switch()
363 REG_CLR_BIT(SPI_USER_REG(0), SPI_USR_MOSI); in spi_cache_mode_switch()
560 REG_CLR_BIT(PERIPHS_SPI_FLASH_USRREG, SPI_USR_MOSI); in esp_rom_spiflash_read()
567 REG_CLR_BIT(PERIPHS_SPI_FLASH_USRREG, SPI_USR_MOSI); in esp_rom_spiflash_read()
596 REG_CLR_BIT(PERIPHS_SPI_FLASH_USRREG, SPI_USR_MOSI); in esp_rom_spiflash_read()
/hal_espressif-latest/components/esp_psram/esp32/
Desp_psram_impl_quad.c361 SET_PERI_REG_MASK(SPI_USER_REG(spi_num), SPI_USR_MOSI); in psram_cmd_config()
371 CLEAR_PERI_REG_MASK(SPI_USER_REG(spi_num), SPI_USR_MOSI); in psram_cmd_config()
/hal_espressif-latest/tools/esptool_py/esptool/
Dloader.py1325 SPI_USR_MOSI = 1 << 27
1397 flags |= SPI_USR_MOSI
/hal_espressif-latest/components/soc/esp32c3/include/soc/
Dspi_reg.h208 #define SPI_USR_MOSI (BIT(27)) macro
/hal_espressif-latest/components/soc/esp32c2/include/soc/
Dspi_reg.h229 #define SPI_USR_MOSI (BIT(27)) macro
/hal_espressif-latest/components/soc/esp32s3/include/soc/
Dspi_reg.h237 #define SPI_USR_MOSI (BIT(27)) macro
/hal_espressif-latest/components/soc/esp32/include/soc/
Dspi_reg.h391 #define SPI_USR_MOSI (BIT(27)) macro
/hal_espressif-latest/components/soc/esp32h2/include/soc/
Dspi_reg.h369 #define SPI_USR_MOSI (BIT(27)) macro
/hal_espressif-latest/components/soc/esp32c6/include/soc/
Dspi_reg.h369 #define SPI_USR_MOSI (BIT(27)) macro
/hal_espressif-latest/components/soc/esp32s2/include/soc/
Dspi_reg.h287 #define SPI_USR_MOSI (BIT(27)) macro