[][src]Type Definition lpc11xx::uart::RBR

type RBR = Reg<u32, _RBR>;

Receiver Buffer Register. Contains the next received character to be read. Available when the divisor latches are disabled

This register you can read. See API.

For information about avaliable fields see rbr module

Trait Implementations

impl Readable for RBR[src]

read() method returns rbr::R reader structure