Module esp32s2::spi0::slave1

source ·
Expand description

SPI slave control register 1

Structs

Register SLAVE1 reader
SPI slave control register 1
Register SLAVE1 writer

Type Definitions

Field SLV_ADDR_ERR_CLR reader - 1: Clear SPI_SLV_ADDR_ERR. 0: not valid. Can be changed by CONF_buf.
Field SLV_ADDR_ERR_CLR writer - 1: Clear SPI_SLV_ADDR_ERR. 0: not valid. Can be changed by CONF_buf.
Field SLV_ADDR_ERR reader - 1: The address value of the last SPI transfer is not supported by SPI slave. 0: The address value is supported or no address value is received.
Field SLV_CMD_ERR_CLR reader - 1: Clear SPI_SLV_CMD_ERR. 0: not valid. Can be changed by CONF_buf.
Field SLV_CMD_ERR_CLR writer - 1: Clear SPI_SLV_CMD_ERR. 0: not valid. Can be changed by CONF_buf.
Field SLV_CMD_ERR reader - 1: The command value of the last SPI transfer is not supported by SPI slave. 0: The command value is supported or no command value is received.
Field SLV_LAST_ADDR reader - In the slave mode it is the value of address.
Field SLV_LAST_ADDR writer - In the slave mode it is the value of address.
Field SLV_LAST_COMMAND reader - In the slave mode it is the value of command.
Field SLV_LAST_COMMAND writer - In the slave mode it is the value of command.
Field SLV_NO_QPI_EN reader - 1: spi slave QPI mode is not supported. 0: spi slave QPI mode is supported.
Field SLV_NO_QPI_EN writer - 1: spi slave QPI mode is not supported. 0: spi slave QPI mode is supported.
Field SLV_WR_DMA_DONE reader - The interrupt raw bit for the completion of dma write operation in the slave mode. Can not be changed by CONF_buf.
Field SLV_WR_DMA_DONE writer - The interrupt raw bit for the completion of dma write operation in the slave mode. Can not be changed by CONF_buf.