Searched refs:SPI_DATE_REG (Results 1 – 6 of 6) sorted by relevance
/hal_espressif-3.6.0/components/esp_hw_support/port/esp32/ |
D | spiram_psram.c | 1026 CLEAR_PERI_REG_MASK(SPI_DATE_REG(0), BIT(31)); //flash 1 div clk,80+40; in psram_cache_init() 1027 …CLEAR_PERI_REG_MASK(SPI_DATE_REG(0), BIT(30)); //pre clk div , ONLY IF SPI/SRAM@ DIFFERENT SPEED,J… in psram_cache_init() 1035 SET_PERI_REG_MASK(SPI_DATE_REG(0), BIT(31)); //flash 1 div clk in psram_cache_init() 1036 …CLEAR_PERI_REG_MASK(SPI_DATE_REG(0), BIT(30)); //pre clk div , ONLY IF SPI/SRAM@ DIFFERENT SPEED,J… in psram_cache_init() 1040 CLEAR_PERI_REG_MASK(SPI_DATE_REG(0), BIT(31)); //flash 1 div clk in psram_cache_init() 1041 CLEAR_PERI_REG_MASK(SPI_DATE_REG(0), BIT(30)); //pre clk div in psram_cache_init()
|
/hal_espressif-3.6.0/components/soc/esp32c3/include/soc/ |
D | spi_reg.h | 1428 #define SPI_DATE_REG(i) (REG_SPI_BASE(i) + 0xF0) macro
|
/hal_espressif-3.6.0/components/soc/esp32h2/include/soc/ |
D | spi_reg.h | 1569 #define SPI_DATE_REG(i) (REG_SPI_BASE(i) + 0x0F0) macro
|
/hal_espressif-3.6.0/components/soc/esp32s3/include/soc/ |
D | spi_reg.h | 1742 #define SPI_DATE_REG(i) (REG_SPI_BASE(i) + 0xF0) macro
|
/hal_espressif-3.6.0/components/soc/esp32/include/soc/ |
D | spi_reg.h | 1700 #define SPI_DATE_REG(i) (REG_SPI_BASE(i) + 0x3FC) macro
|
/hal_espressif-3.6.0/components/soc/esp32s2/include/soc/ |
D | spi_reg.h | 2305 #define SPI_DATE_REG(i) (REG_SPI_BASE(i) + 0x3FC) macro
|