Enum Dmloe
pub enum Dmloe {
_0 = 0,
_1 = 1,
}Expand description
Destination Minor Loop Offset enable
Value on reset: 0
Variants§
_0 = 0
0: The minor loop offset is not applied to the DADDR
_1 = 1
1: The minor loop offset is applied to the DADDR
Trait Implementations§
impl Copy for Dmloe
impl Eq for Dmloe
impl StructuralPartialEq for Dmloe
Auto Trait Implementations§
impl Freeze for Dmloe
impl RefUnwindSafe for Dmloe
impl Send for Dmloe
impl Sync for Dmloe
impl Unpin for Dmloe
impl UnwindSafe for Dmloe
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