Struct zinc_hal_lpc11xx::ioregs::UART_rbr_Get [] [src]

pub struct UART_rbr_Get {
    // some fields omitted
}

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

Methods

impl UART_rbr_Get

fn new(reg: &UART_rbr) -> UART_rbr_Get

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

fn raw(&self) -> u32

Get the raw value of the register.

fn rbr(&self) -> u32

Get value of RBR field: The UART Receiver Buffer Register contains the oldest received byte in the UART RX FIFO.

Trait Implementations

impl Copy for UART_rbr_Get

Derived Implementations

impl Clone for UART_rbr_Get

fn clone(&self) -> UART_rbr_Get

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