Searched refs:SPI_DATE_REG (Results 1 – 8 of 8) sorted by relevance
/hal_espressif-latest/components/esp_psram/esp32/ |
D | esp_psram_impl_quad.c | 1050 CLEAR_PERI_REG_MASK(SPI_DATE_REG(0), BIT(31)); //flash 1 div clk,80+40; in psram_cache_init() 1051 …CLEAR_PERI_REG_MASK(SPI_DATE_REG(0), BIT(30)); //pre clk div , ONLY IF SPI/SRAM@ DIFFERENT SPEED,J… in psram_cache_init() 1059 SET_PERI_REG_MASK(SPI_DATE_REG(0), BIT(31)); //flash 1 div clk in psram_cache_init() 1060 …CLEAR_PERI_REG_MASK(SPI_DATE_REG(0), BIT(30)); //pre clk div , ONLY IF SPI/SRAM@ DIFFERENT SPEED,J… in psram_cache_init() 1064 CLEAR_PERI_REG_MASK(SPI_DATE_REG(0), BIT(31)); //flash 1 div clk in psram_cache_init() 1065 CLEAR_PERI_REG_MASK(SPI_DATE_REG(0), BIT(30)); //pre clk div in psram_cache_init()
|
/hal_espressif-latest/components/soc/esp32c3/include/soc/ |
D | spi_reg.h | 1420 #define SPI_DATE_REG(i) (REG_SPI_BASE(i) + 0xF0) macro
|
/hal_espressif-latest/components/soc/esp32c2/include/soc/ |
D | spi_reg.h | 1734 #define SPI_DATE_REG(i) (REG_SPI_BASE(i) + 0xF0) macro
|
/hal_espressif-latest/components/soc/esp32s3/include/soc/ |
D | spi_reg.h | 1742 #define SPI_DATE_REG(i) (REG_SPI_BASE(i) + 0xF0) macro
|
/hal_espressif-latest/components/soc/esp32/include/soc/ |
D | spi_reg.h | 1700 #define SPI_DATE_REG(i) (REG_SPI_BASE(i) + 0x3FC) macro
|
/hal_espressif-latest/components/soc/esp32h2/include/soc/ |
D | spi_reg.h | 2103 #define SPI_DATE_REG (DR_REG_SPI_BASE + 0xf0) macro
|
/hal_espressif-latest/components/soc/esp32c6/include/soc/ |
D | spi_reg.h | 2097 #define SPI_DATE_REG(i) (REG_SPI_BASE(i) + 0xf0) macro
|
/hal_espressif-latest/components/soc/esp32s2/include/soc/ |
D | spi_reg.h | 2296 #define SPI_DATE_REG(i) (REG_SPI_BASE(i) + 0x3FC) macro
|