Struct stm32f407g_disc::serial::Rx[][src]

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

Serial receiver

Trait Implementations

impl DMASet<Stream1<DMA2>, Channel5, PeripheralToMemory> for Rx<USART6>[src]

impl DMASet<Stream2<DMA2>, Channel4, PeripheralToMemory> for Rx<USART1>[src]

impl DMASet<Stream2<DMA2>, Channel5, PeripheralToMemory> for Rx<USART6>[src]

impl DMASet<Stream5<DMA1>, Channel4, PeripheralToMemory> for Rx<USART2>[src]

impl DMASet<Stream5<DMA2>, Channel4, PeripheralToMemory> for Rx<USART1>[src]

impl<USART> PeriAddress for Rx<USART> where
    USART: Instance
[src]

type MemSize = u8

Memory size of the peripheral.

impl<USART> Read<u8> for Rx<USART> where
    USART: Instance
[src]

type Error = Error

Read error

Auto Trait Implementations

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

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

impl<USART> Unpin for Rx<USART> where
    USART: Unpin

Blanket Implementations

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

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

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

impl<T> From<T> for T[src]

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

impl<T> Same<T> for T

type Output = T

Should always be Self

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

type Error = Infallible

The type returned in the event of a conversion error.

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

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

The type returned in the event of a conversion error.