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

type SPI_SLAVE = Reg<u32, _SPI_SLAVE>;

It is the synchronous reset signal of the module. This bit is self-cleared by hardware.

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

For information about available fields see spi_slave module

Trait Implementations

impl Readable for SPI_SLAVE[src]

read() method returns spi_slave::R reader structure

impl ResetValue for SPI_SLAVE[src]

Register SPI_SLAVE reset()'s with value 0

type Type = u32

Register size

impl Writable for SPI_SLAVE[src]

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