Module esp32h2::spi1::spi_mem_user
source · Expand description
SPI1 user register.
Structs
- Register
SPI_MEM_USER
reader - SPI1 user register.
- Register
SPI_MEM_USER
writer
Type Definitions
- Field
SPI_MEM_CK_OUT_EDGE
reader - the bit combined with spi_mem_mosi_delay_mode bits to set mosi signal delay mode. - Field
SPI_MEM_CK_OUT_EDGE
writer - the bit combined with spi_mem_mosi_delay_mode bits to set mosi signal delay mode. - Field
SPI_MEM_FWRITE_DIO
reader - In the write operations address phase and read-data phase apply 2 signals. - Field
SPI_MEM_FWRITE_DIO
writer - In the write operations address phase and read-data phase apply 2 signals. - Field
SPI_MEM_FWRITE_DUAL
reader - In the write operations read-data phase apply 2 signals - Field
SPI_MEM_FWRITE_DUAL
writer - In the write operations read-data phase apply 2 signals - Field
SPI_MEM_FWRITE_QIO
reader - In the write operations address phase and read-data phase apply 4 signals. - Field
SPI_MEM_FWRITE_QIO
writer - In the write operations address phase and read-data phase apply 4 signals. - Field
SPI_MEM_FWRITE_QUAD
reader - In the write operations read-data phase apply 4 signals - Field
SPI_MEM_FWRITE_QUAD
writer - In the write operations read-data phase apply 4 signals - Field
SPI_MEM_USR_ADDR
reader - This bit enable the address phase of an operation. - Field
SPI_MEM_USR_ADDR
writer - This bit enable the address phase of an operation. - Field
SPI_MEM_USR_COMMAND
reader - This bit enable the command phase of an operation. - Field
SPI_MEM_USR_COMMAND
writer - This bit enable the command phase of an operation. - Field
SPI_MEM_USR_DUMMY_IDLE
reader - SPI clock is disable in dummy phase when the bit is enable. - Field
SPI_MEM_USR_DUMMY_IDLE
writer - SPI clock is disable in dummy phase when the bit is enable. - Field
SPI_MEM_USR_DUMMY
reader - This bit enable the dummy phase of an operation. - Field
SPI_MEM_USR_DUMMY
writer - This bit enable the dummy phase of an operation. - Field
SPI_MEM_USR_MISO_HIGHPART
reader - read-data phase only access to high-part of the buffer spi_mem_w8~spi_mem_w15. 1: enable 0: disable. - Field
SPI_MEM_USR_MISO
reader - This bit enable the read-data phase of an operation. - Field
SPI_MEM_USR_MISO
writer - This bit enable the read-data phase of an operation. - Field
SPI_MEM_USR_MOSI_HIGHPART
reader - write-data phase only access to high-part of the buffer spi_mem_w8~spi_mem_w15. 1: enable 0: disable. - Field
SPI_MEM_USR_MOSI
reader - This bit enable the write-data phase of an operation. - Field
SPI_MEM_USR_MOSI
writer - This bit enable the write-data phase of an operation.