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