Struct lpc13xx::uart::RBR [] [src]

pub struct RBR { /* fields omitted */ }

Receiver Buffer Register. Contains the next received character to be read. When DLAB=0.

Methods

impl RBR
[src]

[src]

Reads the contents of the register

Trait Implementations

Auto Trait Implementations

impl Send for RBR

impl !Sync for RBR