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

type UART_AUTOBAUD = Reg<u32, _UART_AUTOBAUD>;

UART BAUDRATE DETECT REGISTER

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

For information about available fields see uart_autobaud module

Trait Implementations

impl Readable for UART_AUTOBAUD[src]

read() method returns uart_autobaud::R reader structure

impl ResetValue for UART_AUTOBAUD[src]

Register UART_AUTOBAUD reset()'s with value 0

type Type = u32

Register size

impl Writable for UART_AUTOBAUD[src]

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