Struct zinc_hal_lpc11xx::ioregs::UART_dll [] [src]

pub struct UART_dll {
    // some fields omitted
}

Register 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

fn get(&self) -> UART_dll_Get

Fetch the value of the DLL register.

fn dllsb(&self) -> u32

Get value of DLLSB field.

fn ignoring_state(&self) -> UART_dll_Update

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

fn set_dllsb<'a>(&'a mut self, new_value: u32) -> UART_dll_Update<'a>

Set value of DLLSB field.

Trait Implementations

impl Copy for UART_dll

Derived Implementations

impl Clone for UART_dll

fn clone(&self) -> UART_dll

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