Struct zinc_hal_lpc11xx::ioregs::UART_thr [] [src]

pub struct UART_thr {
    // some fields omitted
}

Register THR: Transmit Holding Register. The next character to be transmitted is written here. (DLAB=0)

Methods

impl UART_thr

fn ignoring_state(&self) -> UART_thr_Update

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

fn set_thr<'a>(&'a mut self, new_value: u32) -> UART_thr_Update<'a>

Set value of THR field.

Trait Implementations

impl Copy for UART_thr

Derived Implementations

impl Clone for UART_thr

fn clone(&self) -> UART_thr

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