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