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

type SPI_ADDR = Reg<u32, _SPI_ADDR>;

In the master mode, it is the value of address in "address" phase.

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

For information about available fields see spi_addr module

Trait Implementations

impl Readable for SPI_ADDR[src]

read() method returns spi_addr::R reader structure

impl ResetValue for SPI_ADDR[src]

Register SPI_ADDR reset()'s with value 0

type Type = u32

Register size

impl Writable for SPI_ADDR[src]

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