[][src]Struct alt_stm32f30x_hal::dma::Transfer

pub struct Transfer<MODE, BUFFER, CHANNEL, PAYLOAD> { /* fields omitted */ }

Transfer

Methods

impl<BUFFER, PAYLOAD, MODE> Transfer<MODE, BUFFER, C1, PAYLOAD>[src]

pub fn is_done(&self) -> bool[src]

Done?

pub fn wait(self) -> (BUFFER, C1, PAYLOAD)[src]

Wait

impl<BUFFER, PAYLOAD> Transfer<W, &'static mut BUFFER, C1, PAYLOAD>[src]

pub fn peek<T>(&self) -> &[T] where
    BUFFER: AsRef<[T]>, 
[src]

peek

impl<BUFFER, PAYLOAD, MODE> Transfer<MODE, BUFFER, C2, PAYLOAD>[src]

pub fn is_done(&self) -> bool[src]

Done?

pub fn wait(self) -> (BUFFER, C2, PAYLOAD)[src]

Wait

impl<BUFFER, PAYLOAD> Transfer<W, &'static mut BUFFER, C2, PAYLOAD>[src]

pub fn peek<T>(&self) -> &[T] where
    BUFFER: AsRef<[T]>, 
[src]

peek

impl<BUFFER, PAYLOAD, MODE> Transfer<MODE, BUFFER, C3, PAYLOAD>[src]

pub fn is_done(&self) -> bool[src]

Done?

pub fn wait(self) -> (BUFFER, C3, PAYLOAD)[src]

Wait

impl<BUFFER, PAYLOAD> Transfer<W, &'static mut BUFFER, C3, PAYLOAD>[src]

pub fn peek<T>(&self) -> &[T] where
    BUFFER: AsRef<[T]>, 
[src]

peek

impl<BUFFER, PAYLOAD, MODE> Transfer<MODE, BUFFER, C4, PAYLOAD>[src]

pub fn is_done(&self) -> bool[src]

Done?

pub fn wait(self) -> (BUFFER, C4, PAYLOAD)[src]

Wait

impl<BUFFER, PAYLOAD> Transfer<W, &'static mut BUFFER, C4, PAYLOAD>[src]

pub fn peek<T>(&self) -> &[T] where
    BUFFER: AsRef<[T]>, 
[src]

peek

impl<BUFFER, PAYLOAD, MODE> Transfer<MODE, BUFFER, C5, PAYLOAD>[src]

pub fn is_done(&self) -> bool[src]

Done?

pub fn wait(self) -> (BUFFER, C5, PAYLOAD)[src]

Wait

impl<BUFFER, PAYLOAD> Transfer<W, &'static mut BUFFER, C5, PAYLOAD>[src]

pub fn peek<T>(&self) -> &[T] where
    BUFFER: AsRef<[T]>, 
[src]

peek

impl<BUFFER, PAYLOAD, MODE> Transfer<MODE, BUFFER, C6, PAYLOAD>[src]

pub fn is_done(&self) -> bool[src]

Done?

pub fn wait(self) -> (BUFFER, C6, PAYLOAD)[src]

Wait

impl<BUFFER, PAYLOAD> Transfer<W, &'static mut BUFFER, C6, PAYLOAD>[src]

pub fn peek<T>(&self) -> &[T] where
    BUFFER: AsRef<[T]>, 
[src]

peek

impl<BUFFER, PAYLOAD, MODE> Transfer<MODE, BUFFER, C7, PAYLOAD>[src]

pub fn is_done(&self) -> bool[src]

Done?

pub fn wait(self) -> (BUFFER, C7, PAYLOAD)[src]

Wait

impl<BUFFER, PAYLOAD> Transfer<W, &'static mut BUFFER, C7, PAYLOAD>[src]

pub fn peek<T>(&self) -> &[T] where
    BUFFER: AsRef<[T]>, 
[src]

peek

impl<BUFFER, PAYLOAD, MODE> Transfer<MODE, BUFFER, C1, PAYLOAD>[src]

pub fn is_done(&self) -> bool[src]

Done?

pub fn wait(self) -> (BUFFER, C1, PAYLOAD)[src]

Wait

impl<BUFFER, PAYLOAD> Transfer<W, &'static mut BUFFER, C1, PAYLOAD>[src]

pub fn peek<T>(&self) -> &[T] where
    BUFFER: AsRef<[T]>, 
[src]

peek

impl<BUFFER, PAYLOAD, MODE> Transfer<MODE, BUFFER, C2, PAYLOAD>[src]

pub fn is_done(&self) -> bool[src]

Done?

pub fn wait(self) -> (BUFFER, C2, PAYLOAD)[src]

Wait

impl<BUFFER, PAYLOAD> Transfer<W, &'static mut BUFFER, C2, PAYLOAD>[src]

pub fn peek<T>(&self) -> &[T] where
    BUFFER: AsRef<[T]>, 
[src]

peek

impl<BUFFER, PAYLOAD, MODE> Transfer<MODE, BUFFER, C3, PAYLOAD>[src]

pub fn is_done(&self) -> bool[src]

Done?

pub fn wait(self) -> (BUFFER, C3, PAYLOAD)[src]

Wait

impl<BUFFER, PAYLOAD> Transfer<W, &'static mut BUFFER, C3, PAYLOAD>[src]

pub fn peek<T>(&self) -> &[T] where
    BUFFER: AsRef<[T]>, 
[src]

peek

impl<BUFFER, PAYLOAD, MODE> Transfer<MODE, BUFFER, C4, PAYLOAD>[src]

pub fn is_done(&self) -> bool[src]

Done?

pub fn wait(self) -> (BUFFER, C4, PAYLOAD)[src]

Wait

impl<BUFFER, PAYLOAD> Transfer<W, &'static mut BUFFER, C4, PAYLOAD>[src]

pub fn peek<T>(&self) -> &[T] where
    BUFFER: AsRef<[T]>, 
[src]

peek

impl<BUFFER, PAYLOAD, MODE> Transfer<MODE, BUFFER, C5, PAYLOAD>[src]

pub fn is_done(&self) -> bool[src]

Done?

pub fn wait(self) -> (BUFFER, C5, PAYLOAD)[src]

Wait

impl<BUFFER, PAYLOAD> Transfer<W, &'static mut BUFFER, C5, PAYLOAD>[src]

pub fn peek<T>(&self) -> &[T] where
    BUFFER: AsRef<[T]>, 
[src]

peek

Trait Implementations

impl<BUFFER, CHANNEL, PAYLOAD> Deref for Transfer<R, BUFFER, CHANNEL, PAYLOAD>[src]

type Target = BUFFER

The resulting type after dereferencing.

Auto Trait Implementations

impl<MODE, BUFFER, CHANNEL, PAYLOAD> Send for Transfer<MODE, BUFFER, CHANNEL, PAYLOAD> where
    BUFFER: Send,
    CHANNEL: Send,
    MODE: Send,
    PAYLOAD: Send

impl<MODE, BUFFER, CHANNEL, PAYLOAD> Sync for Transfer<MODE, BUFFER, CHANNEL, PAYLOAD> where
    BUFFER: Sync,
    CHANNEL: Sync,
    MODE: Sync,
    PAYLOAD: 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> Into for T where
    U: From<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> 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