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

type SPI_USER = Reg<u32, _SPI_USER>;

This bit enable the "command" phase of an operation.

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

For information about available fields see spi_user module

Trait Implementations

impl Readable for SPI_USER[src]

read() method returns spi_user::R reader structure

impl ResetValue for SPI_USER[src]

Register SPI_USER reset()'s with value 0

type Type = u32

Register size

impl Writable for SPI_USER[src]

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