Struct esp32c2_hal::gdma::Gdma
source · pub struct Gdma {
pub channel0: ChannelCreator0,
/* private fields */
}
Expand description
GDMA Peripheral
This offers the available DMA channels.
Fields
channel0: ChannelCreator0
Implementations
Auto Trait Implementations
impl RefUnwindSafe for Gdma
impl Send for Gdma
impl !Sync for Gdma
impl Unpin for Gdma
impl UnwindSafe for Gdma
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more