Module esp32c2_hal::pac::spi1::misc

Expand description

SPI1 misc register

Structs

SPI1 misc register
Register MISC reader
Register MISC writer

Type Definitions

Field CK_IDLE_EDGE reader - 1: spi clk line is high when idle 0: spi clk line is low when idle
Field CK_IDLE_EDGE writer - 1: spi clk line is high when idle 0: spi clk line is low when idle
Field CS0_DIS reader - SPI_CS0 pin enable, 1: disable SPI_CS0, 0: SPI_CS0 pin is active to select SPI device, such as flash, external RAM and so on.
Field CS0_DIS writer - SPI_CS0 pin enable, 1: disable SPI_CS0, 0: SPI_CS0 pin is active to select SPI device, such as flash, external RAM and so on.
Field CS1_DIS reader - SPI_CS1 pin enable, 1: disable SPI_CS1, 0: SPI_CS1 pin is active to select SPI device, such as flash, external RAM and so on.
Field CS1_DIS writer - SPI_CS1 pin enable, 1: disable SPI_CS1, 0: SPI_CS1 pin is active to select SPI device, such as flash, external RAM and so on.
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.