Struct zinc_hal_lpc11xx::ioregs::UART_dll_Get [] [src]

pub struct UART_dll_Get {
    // some fields omitted
}

DLL: Divisor Latch LSB. Least 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_dll_Get

fn new(reg: &UART_dll) -> UART_dll_Get

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

fn raw(&self) -> u32

Get the raw value of the register.

fn dllsb(&self) -> u32

Get value of DLLSB field: The UART Divisor Latch LSB Register, along with the DLM register, determines the baud rate of the UART.

Trait Implementations

impl Copy for UART_dll_Get

Derived Implementations

impl Clone for UART_dll_Get

fn clone(&self) -> UART_dll_Get

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