[][src]Type Definition esp32::spi::CLOCK

type CLOCK = Reg<u32, _CLOCK>;

SPI_CLOCK

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

For information about available fields see clock module

Trait Implementations

impl Readable for CLOCK[src]

read() method returns clock::R reader structure

impl ResetValue for CLOCK[src]

Register CLOCK reset()'s with value 0

impl Writable for CLOCK[src]

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