[][src]Type Definition nuc1xx::uart0::UA_LCR

type UA_LCR = Reg<u32, _UA_LCR>;

Line Control Register.

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

For information about available fields see ua_lcr module

Trait Implementations

impl Readable for UA_LCR[src]

read() method returns ua_lcr::R reader structure

impl ResetValue for UA_LCR[src]

Register UA_LCR reset()'s with value 0

type Type = u32

Register size

impl Writable for UA_LCR[src]

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