[][src]Type Definition esp8266::uart1::UART_CLKDIV

type UART_CLKDIV = Reg<u32, _UART_CLKDIV>;

UART CLK DIV REGISTER

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

For information about available fields see uart_clkdiv module

Trait Implementations

impl Readable for UART_CLKDIV[src]

read() method returns uart_clkdiv::R reader structure

impl ResetValue for UART_CLKDIV[src]

Register UART_CLKDIV reset()'s with value 0

type Type = u32

Register size

impl Writable for UART_CLKDIV[src]

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