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

type UART_CONF1 = Reg<u32, _UART_CONF1>;

Set this bit to enable rx time-out function

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

For information about available fields see uart_conf1 module

Trait Implementations

impl Readable for UART_CONF1[src]

read() method returns uart_conf1::R reader structure

impl ResetValue for UART_CONF1[src]

Register UART_CONF1 reset()'s with value 0

type Type = u32

Register size

impl Writable for UART_CONF1[src]

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