Struct lpc13xx::uart::DLM [] [src]

pub struct DLM { /* fields omitted */ }

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. When DLAB=1.

Methods

impl DLM
[src]

[src]

Modifies the contents of the register

[src]

Reads the contents of the register

[src]

Writes to the register

[src]

Writes the reset value to the register

Trait Implementations

Auto Trait Implementations

impl Send for DLM

impl !Sync for DLM