Module esp32c2_hal::pac::spi1::user
Expand description
SPI1 user register.
Structs
Type Definitions
Field
CK_OUT_EDGE
reader - the bit combined with spi_mem_mosi_delay_mode bits to set mosi signal delay mode.Field
CK_OUT_EDGE
writer - the bit combined with spi_mem_mosi_delay_mode bits to set mosi signal delay mode.Field
FWRITE_DIO
reader - In the write operations address phase and read-data phase apply 2 signals.Field
FWRITE_DIO
writer - In the write operations address phase and read-data phase apply 2 signals.Field
FWRITE_DUAL
reader - In the write operations read-data phase apply 2 signalsField
FWRITE_DUAL
writer - In the write operations read-data phase apply 2 signalsField
FWRITE_QIO
reader - In the write operations address phase and read-data phase apply 4 signals.Field
FWRITE_QIO
writer - In the write operations address phase and read-data phase apply 4 signals.Field
FWRITE_QUAD
reader - In the write operations read-data phase apply 4 signalsField
FWRITE_QUAD
writer - In the write operations read-data phase apply 4 signalsField
USR_ADDR
reader - This bit enable the address phase of an operation.Field
USR_ADDR
writer - This bit enable the address phase of an operation.Field
USR_COMMAND
reader - This bit enable the command phase of an operation.Field
USR_COMMAND
writer - This bit enable the command phase of an operation.Field
USR_DUMMY_IDLE
reader - SPI clock is disable in dummy phase when the bit is enable.Field
USR_DUMMY_IDLE
writer - SPI clock is disable in dummy phase when the bit is enable.Field
USR_DUMMY
reader - This bit enable the dummy phase of an operation.Field
USR_DUMMY
writer - This bit enable the dummy phase of an operation.Field
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
USR_MISO_HIGHPART
writer - read-data phase only access to high-part of the buffer spi_mem_w8~spi_mem_w15. 1: enable 0: disable.Field
USR_MISO
reader - This bit enable the read-data phase of an operation.Field
USR_MISO
writer - This bit enable the read-data phase of an operation.Field
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
USR_MOSI_HIGHPART
writer - write-data phase only access to high-part of the buffer spi_mem_w8~spi_mem_w15. 1: enable 0: disable.Field
USR_MOSI
reader - This bit enable the write-data phase of an operation.Field
USR_MOSI
writer - This bit enable the write-data phase of an operation.