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

type SPI_W5 = Reg<u32, _SPI_W5>;

the data inside the buffer of the SPI module, byte 5

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

For information about available fields see spi_w5 module

Trait Implementations

impl Readable for SPI_W5[src]

read() method returns spi_w5::R reader structure

impl ResetValue for SPI_W5[src]

Register SPI_W5 reset()'s with value 0

type Type = u32

Register size

impl Writable for SPI_W5[src]

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