Module esp32h2::spi0::spi_mem_user

source ·
Expand description

SPI0 user register.

Structs

Type Aliases

  • Register SPI_MEM_USER reader
  • Field SPI_MEM_CK_OUT_EDGE reader - The bit combined with SPI_MEM_CK_IDLE_EDGE bit to control SPI clock mode 0~3.
  • Field SPI_MEM_CK_OUT_EDGE writer - The bit combined with SPI_MEM_CK_IDLE_EDGE bit to control SPI clock mode 0~3.
  • Field SPI_MEM_CS_HOLD reader - spi cs keep low when spi is in done phase. 1: enable 0: disable.
  • Field SPI_MEM_CS_HOLD writer - spi cs keep low when spi is in done phase. 1: enable 0: disable.
  • Field SPI_MEM_CS_SETUP reader - spi cs is enable when spi is in prepare phase. 1: enable 0: disable.
  • Field SPI_MEM_CS_SETUP writer - spi cs is enable when spi is in prepare phase. 1: enable 0: disable.
  • 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.
  • Register SPI_MEM_USER writer