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

pub struct W(_);
Expand description

Register SPI_SLAVE1 writer

Implementations

Bits 27:31 - In the slave mode, it is the length in bits for “write-status” and “read-status” operations. The register valueshall be (bit_num-1)

Bits 16:24 - In the slave mode, it is the length in bits for “write-buffer” and “read-buffer” operations. The register value shallbe (bit_num-1)

Bits 10:15 - In the slave mode, it is the address length in bits for “read-buffer” operation. The register value shall be(bit_num-1)

Bits 4:9 - In the slave mode, it is the address length in bits for “write-buffer” operation. The register value shall be(bit_num-1)

Bit 3 - In the slave mode, it is the enable bit of “dummy” phase for “write-status” operations.

Bit 2 - In the slave mode, it is the enable bit of “dummy” phase for “read-status” operations.

Bit 1 - In the slave mode, it is the enable bit of “dummy” phase for “write-buffer” operations.

Bit 0 - In the slave mode, it is the enable bit of “dummy” phase for “read-buffer” operations.

Bit 26 - Enable fast spi slave status

Bit 25 - Enable spi slave status

Writes raw bits to the register.

Methods from Deref<Target = W<SPI_SLAVE1_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.