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

type SPI_CTRL2 = Reg<u32, _SPI_CTRL2>;

spi_cs signal is delayed by 80MHz clock cycles

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

For information about available fields see spi_ctrl2 module

Trait Implementations

impl Readable for SPI_CTRL2[src]

read() method returns spi_ctrl2::R reader structure

impl ResetValue for SPI_CTRL2[src]

Register SPI_CTRL2 reset()'s with value 0

type Type = u32

Register size

impl Writable for SPI_CTRL2[src]

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