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

type SPI_CTRL = Reg<u32, _SPI_CTRL>;

SPI_CTRL

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

For information about available fields see spi_ctrl module

Trait Implementations

impl Readable for SPI_CTRL[src]

read() method returns spi_ctrl::R reader structure

impl ResetValue for SPI_CTRL[src]

Register SPI_CTRL reset()'s with value 0

type Type = u32

Register size

impl Writable for SPI_CTRL[src]

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