Struct esp8266::spi0::spi_ctrl::W[][src]

pub struct W(_);
Expand description

Register SPI_CTRL writer

Implementations

Bit 26 - In “command”, “address”, “write-data” (MOSI) phases, 1: LSB first; 0: MSB first

Bit 25 - In “read-data” (MISO) phase, 1: LSB first; 0: MSB first

Bit 24 - In the read operations, “address” phase and “read-data” phase apply 4 signals

Bit 23 - In the read operations, “address” phase and “read-data” phase apply 2 signals

Bit 20 - In the read operations, “read-data” phase apply 4 signals

Bit 14 - In the read operations, “read-data” phase apply 2 signals

Bit 13 - this bit enable the bits: spi_qio_mode, spi_dio_mode, spi_qout_mode and spi_dout_mode

Bit 22 - Enable two byte status

Bit 21 - Write protect?

Bit 19 - Share bus

Bit 18 - Hold mode

Bit 17 - Enable AHB

Bit 16 - SST_AAI?

Bit 15 - ‘Res and res’?

Writes raw bits to the register.

Methods from Deref<Target = W<SPI_CTRL_SPEC>>

Writes raw bits to the register.

Trait Implementations

The resulting type after dereferencing.

Dereferences the value.

Mutably dereferences the value.

Performs the conversion.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.