Struct esp8266::spi1::spi_ctrl2::R[][src]

pub struct R(_);
Expand description

Register SPI_CTRL2 reader

Implementations

Bits 28:31 - spi_cs signal is delayed by 80MHz clock cycles

Bits 26:27 - spi_cs signal is delayed by spi_clk. 0: zero; 1: half cycle; 2: one cycle

Bits 23:25 - MOSI signals are delayed by 80MHz clock cycles

Bits 21:22 - MOSI signals are delayed by spi_clk. 0: zero; 1: half cycle; 2: one cycle

Bits 18:20 - MISO signals are delayed by 80MHz clock cycles

Bits 16:17 - MISO signals are delayed by spi_clk. 0: zero; 1: half cycle; 2: one cycle

Methods from Deref<Target = R<SPI_CTRL2_SPEC>>

Reads raw bits from register.

Trait Implementations

The resulting type after dereferencing.

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.