Struct zinc_hal_lpc11xx::ioregs::UART_dlm_Get [] [src]

pub struct UART_dlm_Get {
    // some fields omitted
}

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_Get

fn new(reg: &UART_dlm) -> UART_dlm_Get

Create a getter reflecting the current value of the given register.

fn raw(&self) -> u32

Get the raw value of the register.

fn dlmsb(&self) -> u32

Get value of DLMSB field: The UART Divisor Latch MSB Register, along with the DLL register, determines the baud rate of the UART.

Trait Implementations

impl Copy for UART_dlm_Get

Derived Implementations

impl Clone for UART_dlm_Get

fn clone(&self) -> UART_dlm_Get

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