Struct stm32f407g_disc::dma::traits::CCR2[][src]

pub struct CCR2<T>(pub T);

Wrapper type that indicates which register of the contained timer to use for DMA.

Trait Implementations

impl DMASet<Stream2<DMA2>, Channel0, MemoryToPeripheral> for CCR2<TIM8>[src]

impl DMASet<Stream2<DMA2>, Channel0, PeripheralToMemory> for CCR2<TIM8>[src]

impl DMASet<Stream2<DMA2>, Channel6, MemoryToPeripheral> for CCR2<TIM1>[src]

impl DMASet<Stream2<DMA2>, Channel6, PeripheralToMemory> for CCR2<TIM1>[src]

impl DMASet<Stream3<DMA1>, Channel2, MemoryToPeripheral> for CCR2<TIM4>[src]

impl DMASet<Stream3<DMA1>, Channel2, PeripheralToMemory> for CCR2<TIM4>[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>, Channel6, MemoryToPeripheral> for CCR2<TIM5>[src]

impl DMASet<Stream4<DMA1>, Channel6, PeripheralToMemory> for CCR2<TIM5>[src]

impl DMASet<Stream5<DMA1>, Channel5, MemoryToPeripheral> for CCR2<TIM3>[src]

impl DMASet<Stream5<DMA1>, Channel5, PeripheralToMemory> for CCR2<TIM3>[src]

impl DMASet<Stream6<DMA1>, Channel3, MemoryToPeripheral> for CCR2<TIM2>[src]

impl DMASet<Stream6<DMA1>, Channel3, PeripheralToMemory> for CCR2<TIM2>[src]

impl DMASet<Stream6<DMA2>, Channel0, MemoryToPeripheral> for CCR2<TIM1>[src]

impl DMASet<Stream6<DMA2>, Channel0, PeripheralToMemory> for CCR2<TIM1>[src]

impl<T> Deref for CCR2<T>[src]

type Target = T

The resulting type after dereferencing.

impl PeriAddress for CCR2<TIM4>[src]

type MemSize = u16

Memory size of the peripheral.

impl PeriAddress for CCR2<TIM5>[src]

type MemSize = u16

Memory size of the peripheral.

impl PeriAddress for CCR2<TIM3>[src]

type MemSize = u16

Memory size of the peripheral.

impl PeriAddress for CCR2<TIM2>[src]

type MemSize = u16

Memory size of the peripheral.

impl PeriAddress for CCR2<TIM8>[src]

type MemSize = u16

Memory size of the peripheral.

impl PeriAddress for CCR2<TIM1>[src]

type MemSize = u16

Memory size of the peripheral.

Auto Trait Implementations

impl<T> Send for CCR2<T> where
    T: Send

impl<T> Sync for CCR2<T> where
    T: Sync

impl<T> Unpin for CCR2<T> where
    T: 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.