pub struct DmaChannel<TIM> { /* private fields */ }
Expand description
This is the DMA channel of a HRTIM timer
Every HRTIM timer including the master timer has a DMA channel
Auto Trait Implementations§
impl<TIM> Freeze for DmaChannel<TIM>
impl<TIM> RefUnwindSafe for DmaChannel<TIM>where
TIM: RefUnwindSafe,
impl<TIM> Send for DmaChannel<TIM>where
TIM: Send,
impl<TIM> Sync for DmaChannel<TIM>where
TIM: Sync,
impl<TIM> Unpin for DmaChannel<TIM>where
TIM: Unpin,
impl<TIM> UnwindSafe for DmaChannel<TIM>where
TIM: UnwindSafe,
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