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