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

type CONF1 = Reg<u32, _CONF1>;

UART_CONF1

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

For information about available fields see conf1 module

Trait Implementations

impl Readable for CONF1[src]

read() method returns conf1::R reader structure

impl ResetValue for CONF1[src]

Register CONF1 reset()'s with value 0

impl Writable for CONF1[src]

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