[][src]Type Definition esp8266::spi::SPI_SLAVE1

type SPI_SLAVE1 = Reg<u32, _SPI_SLAVE1>;

In the slave mode, it is the length in bits for "write-status" and "read-status" operations. The register valueshall be (bit_num-1)

This register you can read, reset, write, write_with_zero, modify. See API.

For information about available fields see spi_slave1 module

Trait Implementations

impl Readable for SPI_SLAVE1[src]

read() method returns spi_slave1::R reader structure

impl ResetValue for SPI_SLAVE1[src]

Register SPI_SLAVE1 reset()'s with value 0

type Type = u32

Register size

impl Writable for SPI_SLAVE1[src]

write(|w| ..) method takes spi_slave1::W writer structure