Struct zinc_hal_lpc11xx::ioregs::UART_dlm [] [src]

pub struct UART_dlm {
    // some fields omitted
}

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

Methods

impl UART_dlm

fn get(&self) -> UART_dlm_Get

Fetch the value of the DLM register.

fn dlmsb(&self) -> u32

Get value of DLMSB field.

fn ignoring_state(&self) -> UART_dlm_Update

Create new updater that ignores current value of the DLM register.

fn set_dlmsb<'a>(&'a mut self, new_value: u32) -> UART_dlm_Update<'a>

Set value of DLMSB field.

Trait Implementations

impl Copy for UART_dlm

Derived Implementations

impl Clone for UART_dlm

fn clone(&self) -> UART_dlm

fn clone_from(&mut self, source: &Self)