pub enum Ch1 {}Expand description
Channel 1 marker type.
Trait Implementationsยง
Sourceยงimpl Dma<TIM1, Ch1> for DMA1_CH2
impl Dma<TIM1, Ch1> for DMA1_CH2
Sourceยงimpl Dma<TIM15, Ch1> for DMA1_CH5
impl Dma<TIM15, Ch1> for DMA1_CH5
Sourceยงimpl Dma<TIM16, Ch1> for DMA1_CH3
impl Dma<TIM16, Ch1> for DMA1_CH3
Sourceยงimpl Dma<TIM16, Ch1> for DMA1_CH6
impl Dma<TIM16, Ch1> for DMA1_CH6
Sourceยงimpl Dma<TIM17, Ch1> for DMA1_CH1
impl Dma<TIM17, Ch1> for DMA1_CH1
Sourceยงimpl Dma<TIM17, Ch1> for DMA1_CH7
impl Dma<TIM17, Ch1> for DMA1_CH7
Sourceยงimpl Dma<TIM2, Ch1> for DMA1_CH5
impl Dma<TIM2, Ch1> for DMA1_CH5
Sourceยงimpl Dma<TIM3, Ch1> for DMA1_CH6
impl Dma<TIM3, Ch1> for DMA1_CH6
Sourceยงimpl Dma<TIM4, Ch1> for DMA1_CH1
impl Dma<TIM4, Ch1> for DMA1_CH1
Sourceยงimpl Dma<TIM5, Ch1> for DMA2_CH5
impl Dma<TIM5, Ch1> for DMA2_CH5
Sourceยงimpl Dma<TIM8, Ch1> for DMA2_CH6
impl Dma<TIM8, Ch1> for DMA2_CH6
impl QeiChannel for Ch1
impl TriggerSource for Ch1
Auto Trait Implementationsยง
impl Freeze for Ch1
impl RefUnwindSafe for Ch1
impl Send for Ch1
impl Sync for Ch1
impl Unpin for Ch1
impl UnwindSafe for Ch1
Blanket Implementationsยง
Sourceยงimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Sourceยงfn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
Sourceยงimpl<T> ToMutAligned for Twhere
T: ?Sized,
impl<T> ToMutAligned for Twhere
T: ?Sized,
Sourceยงfn to_mut_aligned<A>(&mut self) -> &mut Aligned<A, <T as ToMutAligned>::Element>where
A: Alignment,
fn to_mut_aligned<A>(&mut self) -> &mut Aligned<A, <T as ToMutAligned>::Element>where
A: Alignment,
Create a type-checked aligned value from a value that is aligned.