[][src]Struct stm32f1xx_hal::dma::RxDma

pub struct RxDma<PAYLOAD, RXCH> { /* fields omitted */ }

DMA Receiver

Methods

impl<PAYLOAD> RxDma<PAYLOAD, C1>[src]

pub fn start(&mut self)[src]

pub fn stop(&mut self)[src]

impl<PAYLOAD> RxDma<PAYLOAD, C2>[src]

pub fn start(&mut self)[src]

pub fn stop(&mut self)[src]

impl<PAYLOAD> RxDma<PAYLOAD, C3>[src]

pub fn start(&mut self)[src]

pub fn stop(&mut self)[src]

impl<PAYLOAD> RxDma<PAYLOAD, C4>[src]

pub fn start(&mut self)[src]

pub fn stop(&mut self)[src]

impl<PAYLOAD> RxDma<PAYLOAD, C5>[src]

pub fn start(&mut self)[src]

pub fn stop(&mut self)[src]

impl<PAYLOAD> RxDma<PAYLOAD, C6>[src]

pub fn start(&mut self)[src]

pub fn stop(&mut self)[src]

impl<PAYLOAD> RxDma<PAYLOAD, C7>[src]

pub fn start(&mut self)[src]

pub fn stop(&mut self)[src]

impl<PAYLOAD> RxDma<PAYLOAD, C1>[src]

pub fn start(&mut self)[src]

pub fn stop(&mut self)[src]

impl<PAYLOAD> RxDma<PAYLOAD, C2>[src]

pub fn start(&mut self)[src]

pub fn stop(&mut self)[src]

impl<PAYLOAD> RxDma<PAYLOAD, C3>[src]

pub fn start(&mut self)[src]

pub fn stop(&mut self)[src]

impl<PAYLOAD> RxDma<PAYLOAD, C4>[src]

pub fn start(&mut self)[src]

pub fn stop(&mut self)[src]

impl<PAYLOAD> RxDma<PAYLOAD, C5>[src]

pub fn start(&mut self)[src]

pub fn stop(&mut self)[src]

impl RxDma<USART1, C5>[src]

pub fn split(self) -> (Rx<USART1>, C5)[src]

impl RxDma<USART2, C6>[src]

pub fn split(self) -> (Rx<USART2>, C6)[src]

impl RxDma<USART3, C3>[src]

pub fn split(self) -> (Rx<USART3>, C3)[src]

Trait Implementations

impl Receive for RxDma<USART1, C5>[src]

type RxChannel = C5

type TransmittedWord = u8

impl Receive for RxDma<USART2, C6>[src]

type RxChannel = C6

type TransmittedWord = u8

impl Receive for RxDma<USART3, C3>[src]

type RxChannel = C3

type TransmittedWord = u8

impl<B> CircReadDma<B, u8> for RxDma<USART1, C5> where
    B: AsMut<[u8]>, 
[src]

impl<B> CircReadDma<B, u8> for RxDma<USART2, C6> where
    B: AsMut<[u8]>, 
[src]

impl<B> CircReadDma<B, u8> for RxDma<USART3, C3> where
    B: AsMut<[u8]>, 
[src]

impl<B> ReadDma<B, u8> for RxDma<USART1, C5> where
    B: AsMut<[u8]>, 
[src]

impl<B> ReadDma<B, u8> for RxDma<USART2, C6> where
    B: AsMut<[u8]>, 
[src]

impl<B> ReadDma<B, u8> for RxDma<USART3, C3> where
    B: AsMut<[u8]>, 
[src]

Auto Trait Implementations

impl<PAYLOAD, RXCH> Send for RxDma<PAYLOAD, RXCH> where
    PAYLOAD: Send,
    RXCH: Send

impl<PAYLOAD, RXCH> Sync for RxDma<PAYLOAD, RXCH> where
    PAYLOAD: Sync,
    RXCH: Sync

Blanket Implementations

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> From for T[src]

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]

impl<T> Same for T

type Output = T

Should always be Self