Struct lpc177x_8x::uart1::DLM[][src]

pub struct DLM { /* fields omitted */ }

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

Methods

impl DLM
[src]

Modifies the contents of the register

Reads the contents of the register

Writes to the register

Writes the reset value to the register

Auto Trait Implementations

impl Send for DLM

impl !Sync for DLM