[][src]Type Definition lpc54606_pac::smartcard0::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 available fields see lcr module

Trait Implementations

impl Readable for LCR[src]

read() method returns lcr::R reader structure

impl ResetValue for LCR[src]

Register LCR reset()'s with value 0

type Type = u32

Register size

impl Writable for LCR[src]

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