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

type AUTOBAUD = Reg<u32, _AUTOBAUD>;

UART_AUTOBAUD

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

For information about available fields see autobaud module

Trait Implementations

impl Readable for AUTOBAUD[src]

read() method returns autobaud::R reader structure

impl ResetValue for AUTOBAUD[src]

Register AUTOBAUD reset()'s with value 0

impl Writable for AUTOBAUD[src]

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