pub struct Dma<'d> {
pub channel0: ChannelCreator<0>,
pub channel1: ChannelCreator<1>,
pub channel2: ChannelCreator<2>,
/* private fields */
}Expand description
GDMA Peripheral
This offers the available DMA channels.
Fields§
§channel0: ChannelCreator<0>Channel 0
channel1: ChannelCreator<1>Channel 1
channel2: ChannelCreator<2>Channel 2
Implementations§
Auto Trait Implementations§
impl<'d> Freeze for Dma<'d>
impl<'d> RefUnwindSafe for Dma<'d>
impl<'d> Send for Dma<'d>
impl<'d> Sync for Dma<'d>
impl<'d> Unpin for Dma<'d>
impl<'d> !UnwindSafe for Dma<'d>
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