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

type SPI_SLAVE2 = Reg<u32, _SPI_SLAVE2>;

In the slave mode, it is the length in spi_clk cycles "dummy" phase for "write-buffer" operations. The registervalue shall be (cycle_num-1)

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

For information about available fields see spi_slave2 module

Trait Implementations

impl Readable for SPI_SLAVE2[src]

read() method returns spi_slave2::R reader structure

impl ResetValue for SPI_SLAVE2[src]

Register SPI_SLAVE2 reset()'s with value 0

type Type = u32

Register size

impl Writable for SPI_SLAVE2[src]

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