Struct nrf51_hal::serial::Rx [] [src]

pub struct Rx<UART> { /* fields omitted */ }

Serial receiver

Trait Implementations

impl Read<u8> for Rx<UART0>
[src]

Read error

[src]

Reads a single word from the serial interface

Auto Trait Implementations

impl<UART> Send for Rx<UART> where
    UART: Send

impl<UART> Sync for Rx<UART> where
    UART: Sync