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.