[][src]Type Definition ADuCM302x::uart0::LCR2

type LCR2 = Reg<u16, _LCR2>;

Second Line Control

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

For information about available fields see lcr2 module

Trait Implementations

impl Readable for LCR2[src]

read() method returns lcr2::R reader structure

impl ResetValue for LCR2[src]

Register LCR2 reset()'s with value 0x02

type Type = u16

Register size

impl Writable for LCR2[src]

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