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
Methods from Deref<Target = W<SPI_SLAVE1_SPEC>>
Trait Implementations
Performs the conversion.