Struct HPDMA1
pub struct HPDMA1 { /* private fields */ }
Expand description
HPDMA1 peripheral
Implementations§
Trait Implementations§
source§impl Peripheral for HPDMA1
impl Peripheral for HPDMA1
impl RccPeripheral for HPDMA1
Auto Trait Implementations§
impl Freeze for HPDMA1
impl RefUnwindSafe for HPDMA1
impl Send for HPDMA1
impl Sync for HPDMA1
impl Unpin for HPDMA1
impl UnwindSafe for HPDMA1
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