Struct nrf51::uart0::RXD [] [src]

pub struct RXD { /* fields omitted */ }

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.

Methods

impl RXD
[src]

[src]

Reads the contents of the register

Trait Implementations

Auto Trait Implementations

impl Send for RXD

impl !Sync for RXD