pub struct DMACR { /* private fields */ }
Expand description
DMA control register
Implementations§
Auto Trait Implementations§
impl !Freeze for DMACR
impl !RefUnwindSafe for DMACR
impl Send for DMACR
impl !Sync for DMACR
impl Unpin for DMACR
impl UnwindSafe for DMACR
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