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

type SPI_RD_STATUS = Reg<u32, _SPI_RD_STATUS>;

In the slave mode, this register are the status register for the master to read out.

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

For information about available fields see spi_rd_status module

Trait Implementations

impl Readable for SPI_RD_STATUS[src]

read() method returns spi_rd_status::R reader structure

impl ResetValue for SPI_RD_STATUS[src]

Register SPI_RD_STATUS reset()'s with value 0

type Type = u32

Register size

impl Writable for SPI_RD_STATUS[src]

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