[][src]Type Definition nrf51::uart0::RXD

type RXD = Reg<u32, _RXD>;

RXD register. On read action the buffer pointer is displaced. Once read the character is consumed. If read when no character available, the UART will stop working.

This register you can read. See API.

For information about available fields see rxd module

Trait Implementations

impl Readable for RXD[src]

read() method returns rxd::R reader structure