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

type SPI_CMD = Reg<u32, _SPI_CMD>;

In the master mode, it is the start bit of a single operation. Self-clear by hardware

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

For information about available fields see spi_cmd module

Trait Implementations

impl Readable for SPI_CMD[src]

read() method returns spi_cmd::R reader structure

impl ResetValue for SPI_CMD[src]

Register SPI_CMD reset()'s with value 0

type Type = u32

Register size

impl Writable for SPI_CMD[src]

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