Struct esp32c3_hal::dma::gdma::Gdma
source · pub struct Gdma<'d> {
pub channel0: ChannelCreator0,
pub channel1: ChannelCreator1,
pub channel2: ChannelCreator2,
/* private fields */
}
Expand description
GDMA Peripheral
This offers the available DMA channels.
Fields§
§channel0: ChannelCreator0
§channel1: ChannelCreator1
§channel2: ChannelCreator2
Implementations§
Auto Trait Implementations§
impl<'d> RefUnwindSafe for Gdma<'d>
impl<'d> Send for Gdma<'d>
impl<'d> Sync for Gdma<'d>
impl<'d> Unpin for Gdma<'d>
impl<'d> !UnwindSafe for Gdma<'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