pub enum DMAEN {
Disabled = 0,
Enabled = 1,
}
Expand description
DMAEN
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for DMAEN
impl Eq for DMAEN
impl StructuralPartialEq for DMAEN
Auto Trait Implementations§
impl Freeze for DMAEN
impl RefUnwindSafe for DMAEN
impl Send for DMAEN
impl Sync for DMAEN
impl Unpin for DMAEN
impl UnwindSafe for DMAEN
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