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