Struct zinc_hal_lpc11xx::ioregs::UART_dll_Update [] [src]

pub struct UART_dll_Update<'a> {
    // some fields omitted
}

Updater for DLL register.

Methods

impl<'a> UART_dll_Update<'a>

fn new(reg: &'a UART_dll) -> UART_dll_Update<'a>

Create a new updater.

fn new_ignoring_state(reg: &'a UART_dll) -> UART_dll_Update<'a>

Create a new updater that ignores current state.

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

Set value of DLLSB field.

fn done(self)

Commit changes to register.

Trait Implementations

impl<'a> Drop for UART_dll_Update<'a>

This performs the register update.

fn drop(&mut self)