[][src]Type Definition k210_pac::uart1::LCR

type LCR = Reg<u32, _LCR>;

Line Control Register

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