[][src]Type Definition esp32::uart::CLKDIV

type CLKDIV = Reg<u32, _CLKDIV>;

UART_CLKDIV

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

For information about available fields see clkdiv module

Trait Implementations

impl Readable for CLKDIV[src]

read() method returns clkdiv::R reader structure

impl ResetValue for CLKDIV[src]

Register CLKDIV reset()'s with value 0

impl Writable for CLKDIV[src]

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