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

type SPI_SLAVE3 = Reg<u32, _SPI_SLAVE3>;

In slave mode, it is the value of "write-status" command

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

For information about available fields see spi_slave3 module

Trait Implementations

impl Readable for SPI_SLAVE3[src]

read() method returns spi_slave3::R reader structure

impl ResetValue for SPI_SLAVE3[src]

Register SPI_SLAVE3 reset()'s with value 0

type Type = u32

Register size

impl Writable for SPI_SLAVE3[src]

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