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

type SPI_CLOCK = Reg<u32, _SPI_CLOCK>;

SPI_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