Struct stm32f407g_disc::dma::Channel1[][src]

pub struct Channel1;

A Channel that can be configured on a DMA stream.

Trait Implementations

impl Channel for Channel1[src]

impl Clone for Channel1[src]

impl Copy for Channel1[src]

impl DMASet<Stream0<DMA1>, Channel1, PeripheralToMemory> for I2C1[src]

impl DMASet<Stream1<DMA2>, Channel1, PeripheralToMemory> for DCMI[src]

impl DMASet<Stream2<DMA2>, Channel1, PeripheralToMemory> for ADC2[src]

impl DMASet<Stream3<DMA2>, Channel1, PeripheralToMemory> for ADC2[src]

impl DMASet<Stream5<DMA1>, Channel1, PeripheralToMemory> for I2C1[src]

impl DMASet<Stream6<DMA1>, Channel1, MemoryToPeripheral> for I2C1[src]

impl DMASet<Stream7<DMA1>, Channel1, MemoryToPeripheral> for I2C1[src]

impl DMASet<Stream7<DMA2>, Channel1, PeripheralToMemory> for DCMI[src]

impl Debug for Channel1[src]

Auto Trait Implementations

impl Send for Channel1

impl Sync for Channel1

impl Unpin for Channel1

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.