Module esp32s3::spi0::user

source ·
Expand description

SPI0 user register.

Structs

Type Aliases

  • Field CK_OUT_EDGE reader - This bit, combined with SPI_MEM_CK_IDLE_EDGE bit, is used to change the clock mode 0~3 of SPI_CLK.
  • Field CK_OUT_EDGE writer - This bit, combined with SPI_MEM_CK_IDLE_EDGE bit, is used to change the clock mode 0~3 of SPI_CLK.
  • Field CS_HOLD reader - Set this bit to keep SPI_CS low when MSPI is in DONE state.
  • Field CS_HOLD writer - Set this bit to keep SPI_CS low when MSPI is in DONE state.
  • Field CS_SETUP reader - Set this bit to keep SPI_CS low when MSPI is in PREP state.
  • Field CS_SETUP writer - Set this bit to keep SPI_CS low when MSPI is in PREP state.
  • Register USER reader
  • Field USR_DUMMY_IDLE reader - SPI_CLK is disabled(No clock edges) in DUMMY phase when the bit is enable.
  • Field USR_DUMMY_IDLE writer - SPI_CLK is disabled(No clock edges) in DUMMY phase when the bit is enable.
  • Field USR_DUMMY reader - This bit enable the DUMMY phase of an SPI transfer.
  • Field USR_DUMMY writer - This bit enable the DUMMY phase of an SPI transfer.
  • Register USER writer