Module esp32s3_hal::pac::spi1::misc

Expand description

SPI1 misc register.

Structs

SPI1 misc register.
Register MISC reader
Register MISC writer

Type Definitions

Field AUTO_PER reader - Set this bit to enable auto PER function. Hardware will sent out PER command if PES command is sent.
Field AUTO_PER writer - Set this bit to enable auto PER function. Hardware will sent out PER command if PES command is sent.
Field CK_IDLE_EDGE reader - 1: SPI_CLK line is high when MSPI is idle. 0: SPI_CLK line is low when MSPI is idle.
Field CK_IDLE_EDGE writer - 1: SPI_CLK line is high when MSPI is idle. 0: SPI_CLK line is low when MSPI is idle.
Field CS0_DIS reader - Set this bit to raise high SPI_CS pin, which means that the SPI device(flash) connected to SPI_CS is in low level when SPI1 transfer starts.
Field CS0_DIS writer - Set this bit to raise high SPI_CS pin, which means that the SPI device(flash) connected to SPI_CS is in low level when SPI1 transfer starts.
Field CS1_DIS reader - Set this bit to raise high SPI_CS1 pin, which means that the SPI device(Ext_RAM) connected to SPI_CS1 is in low level when SPI1 transfer starts.
Field CS1_DIS writer - Set this bit to raise high SPI_CS1 pin, which means that the SPI device(Ext_RAM) connected to SPI_CS1 is in low level when SPI1 transfer starts.
Field CS_KEEP_ACTIVE reader - SPI_CS line keep low when the bit is set.
Field CS_KEEP_ACTIVE writer - SPI_CS line keep low when the bit is set.