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

type DLL = Reg<u32, _DLL>;

Divisor Latch LSB. Least significant byte of the baud rate divisor value. The full divisor is used to generate a baud rate from the fractional rate divider. Available when the divisor latches are enabled

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

For information about avaliable fields see dll module

Trait Implementations

impl Readable for DLL[src]

read() method returns dll::R reader structure

impl Writable for DLL[src]

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

impl ResetValue for DLL[src]

Register DLL reset()'s with value 0x01

type Type = u32

Register size