Module esp32s3::spi0::misc

source ·
Expand description

SPI0 misc register

Structs

SPI0 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 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.
Field FSUB_PIN reader - Flash is connected to SPI SUBPIN bus.
Field FSUB_PIN writer - Flash is connected to SPI SUBPIN bus.
Field SSUB_PIN reader - Ext_RAM is connected to SPI SUBPIN bus.
Field SSUB_PIN writer - Ext_RAM is connected to SPI SUBPIN bus.