[][src]Type Definition lpc11xx::uart::LCR

type LCR = Reg<u32, _LCR>;

Line Control Register. Contains controls for frame formatting and break generation

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

For information about avaliable fields see lcr module

Trait Implementations

impl Readable for LCR[src]

read() method returns lcr::R reader structure

impl Writable for LCR[src]

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

impl ResetValue for LCR[src]

Register LCR reset()'s with value 0

type Type = u32

Register size