[][src]Struct lpc82x_hal::usart::Receiver

pub struct Receiver<'usart, UsartX: 'usart>(_);

USART receiver

Methods

impl<'usart, UsartX> Receiver<'usart, UsartX> where
    UsartX: Peripheral
[src]

pub fn enable_rxrdy_interrupt(&mut self)[src]

Enable the RXRDY interrupt

The interrupt will not actually work unless the interrupts for this peripheral have also been enabled via the NVIC. See enable_interrupts.

pub fn disable_rxrdy_interrupt(&mut self)[src]

Disable the RXRDY interrupt

Trait Implementations

impl<'usart, UsartX> Read<u8> for Receiver<'usart, UsartX> where
    UsartX: Peripheral
[src]

type Error = Error

Read error

Auto Trait Implementations

impl<'usart, UsartX> Send for Receiver<'usart, UsartX> where
    UsartX: Sync

impl<'usart, UsartX> Sync for Receiver<'usart, UsartX> where
    UsartX: Sync

Blanket Implementations

impl<T> From for T[src]

impl<T, U> TryFrom for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]