Home
last modified time | relevance | path

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

/device/soc/esp/esp32/components/soc/esp32/include/soc/
Dspi_reg.h19 #define REG_SPI_BASE(i) (DR_REG_SPI1_BASE + (((i)>1) ? (((i)* 0x1000) + 0x20000) : (((~(i)) & 1… macro
21 #define SPI_CMD_REG(i) (REG_SPI_BASE(i) + 0x0)
135 #define SPI_ADDR_REG(i) (REG_SPI_BASE(i) + 0x4)
139 #define SPI_CTRL_REG(i) (REG_SPI_BASE(i) + 0x8)
226 #define SPI_CTRL1_REG(i) (REG_SPI_BASE(i) + 0xC)
240 #define SPI_RD_STATUS_REG(i) (REG_SPI_BASE(i) + 0x10)
260 #define SPI_CTRL2_REG(i) (REG_SPI_BASE(i) + 0x14)
328 #define SPI_CLOCK_REG(i) (REG_SPI_BASE(i) + 0x18)
364 #define SPI_USER_REG(i) (REG_SPI_BASE(i) + 0x1C)
533 #define SPI_USER1_REG(i) (REG_SPI_BASE(i) + 0x20)
[all …]