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

type SPI_CLOCK = Reg<u32, _SPI_CLOCK>;

In the master mode, 1: spi_clk is eqaul to 80MHz, 0: spi_clk is divided from 80 MHz clock.

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

For information about available fields see spi_clock module

Trait Implementations

impl Readable for SPI_CLOCK[src]

read() method returns spi_clock::R reader structure

impl ResetValue for SPI_CLOCK[src]

Register SPI_CLOCK reset()'s with value 0

type Type = u32

Register size

impl Writable for SPI_CLOCK[src]

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