Home
last modified time | relevance | path

Searched refs:SPI_USR (Results 1 – 9 of 9) sorted by relevance

/hal_espressif-latest/components/esp_psram/esp32/
Desp_psram_impl_quad.c300 SET_PERI_REG_MASK(SPI_CMD_REG(spi_num), SPI_USR); in psram_cmd_recv_start()
301 while ((READ_PERI_REG(SPI_CMD_REG(spi_num)) & SPI_USR)); in psram_cmd_recv_start()
329 while (READ_PERI_REG(SPI_CMD_REG(spi_num)) & SPI_USR); in psram_cmd_config()
397 while (READ_PERI_REG(SPI_CMD_REG(spi_num)) & SPI_USR); in psram_cmd_end()
/hal_espressif-latest/components/esp_rom/patches/
Desp_rom_spiflash.c289 REG_WRITE(PERIPHS_SPI_FLASH_CMD, SPI_USR); in esp_rom_spiflash_read_data()
302 REG_WRITE(PERIPHS_SPI_FLASH_CMD, SPI_USR); in esp_rom_spiflash_read_data()
/hal_espressif-latest/components/soc/esp32c3/include/soc/
Dspi_reg.h20 #define SPI_USR (BIT(24)) macro
/hal_espressif-latest/components/soc/esp32c2/include/soc/
Dspi_reg.h20 #define SPI_USR (BIT(24)) macro
/hal_espressif-latest/components/soc/esp32s3/include/soc/
Dspi_reg.h28 #define SPI_USR (BIT(24)) macro
/hal_espressif-latest/components/soc/esp32/include/soc/
Dspi_reg.h116 #define SPI_USR (BIT(18)) macro
/hal_espressif-latest/components/soc/esp32h2/include/soc/
Dspi_reg.h38 #define SPI_USR (BIT(24)) macro
/hal_espressif-latest/components/soc/esp32c6/include/soc/
Dspi_reg.h38 #define SPI_USR (BIT(24)) macro
/hal_espressif-latest/components/soc/esp32s2/include/soc/
Dspi_reg.h19 #define SPI_USR (BIT(24)) macro