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