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

type SPI_WR_STATUS = Reg<u32, _SPI_WR_STATUS>;

In the slave mode, this register are the status register for the master to write into.

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

For information about available fields see spi_wr_status module

Trait Implementations

impl Readable for SPI_WR_STATUS[src]

read() method returns spi_wr_status::R reader structure

impl ResetValue for SPI_WR_STATUS[src]

Register SPI_WR_STATUS reset()'s with value 0

type Type = u32

Register size

impl Writable for SPI_WR_STATUS[src]

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