Struct stm32f407g_disc::dma::Channel7[][src]

pub struct Channel7;

A Channel that can be configured on a DMA stream.

Trait Implementations

impl Channel for Channel7[src]

impl Clone for Channel7[src]

impl Copy for Channel7[src]

impl DMASet<Stream1<DMA2>, Channel7, MemoryToPeripheral> for DMAR<TIM8>[src]

impl DMASet<Stream1<DMA2>, Channel7, PeripheralToMemory> for DMAR<TIM8>[src]

impl DMASet<Stream2<DMA1>, Channel7, PeripheralToMemory> for I2C2[src]

impl DMASet<Stream2<DMA2>, Channel7, MemoryToPeripheral> for CCR1<TIM8>[src]

impl DMASet<Stream2<DMA2>, Channel7, PeripheralToMemory> for CCR1<TIM8>[src]

impl DMASet<Stream3<DMA1>, Channel7, PeripheralToMemory> for I2C2[src]

impl DMASet<Stream3<DMA2>, Channel7, MemoryToPeripheral> for CCR2<TIM8>[src]

impl DMASet<Stream3<DMA2>, Channel7, PeripheralToMemory> for CCR2<TIM8>[src]

impl DMASet<Stream4<DMA1>, Channel7, MemoryToPeripheral> for USART3[src]

impl DMASet<Stream4<DMA2>, Channel7, MemoryToPeripheral> for CCR3<TIM8>[src]

impl DMASet<Stream4<DMA2>, Channel7, PeripheralToMemory> for CCR3<TIM8>[src]

impl DMASet<Stream7<DMA1>, Channel7, MemoryToPeripheral> for I2C2[src]

impl DMASet<Stream7<DMA2>, Channel7, MemoryToPeripheral> for DMAR<TIM8>[src]

impl DMASet<Stream7<DMA2>, Channel7, MemoryToPeripheral> for CCR4<TIM8>[src]

impl DMASet<Stream7<DMA2>, Channel7, PeripheralToMemory> for CCR4<TIM8>[src]

impl DMASet<Stream7<DMA2>, Channel7, PeripheralToMemory> for DMAR<TIM8>[src]

impl Debug for Channel7[src]

Auto Trait Implementations

impl Send for Channel7

impl Sync for Channel7

impl Unpin for Channel7

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.