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

type DLM = Reg<u32, _DLM>;

Divisor Latch MSB. Most 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 dlm module

Trait Implementations

impl Readable for DLM[src]

read() method returns dlm::R reader structure

impl Writable for DLM[src]

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

impl ResetValue for DLM[src]

Register DLM reset()'s with value 0

type Type = u32

Register size