Struct zinc_hal_lpc11xx::ioregs::UART_rbr [] [src]

pub struct UART_rbr {
    // some fields omitted
}

Register RBR: Receiver Buffer Register. Contains the next received character to be read. (DLAB=0)

Methods

impl UART_rbr

fn get(&self) -> UART_rbr_Get

Fetch the value of the RBR register.

fn rbr(&self) -> u32

Get value of RBR field.

Trait Implementations

impl Copy for UART_rbr

Derived Implementations

impl Clone for UART_rbr

fn clone(&self) -> UART_rbr

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