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

type UART_CONF0 = Reg<u32, _UART_CONF0>;

UART CONFIG0(UART0 and UART1)

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

For information about available fields see uart_conf0 module

Trait Implementations

impl Readable for UART_CONF0[src]

read() method returns uart_conf0::R reader structure

impl ResetValue for UART_CONF0[src]

Register UART_CONF0 reset()'s with value 0

type Type = u32

Register size

impl Writable for UART_CONF0[src]

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