#[repr(u8)]pub enum Ldmod {
LDMOD0 = 0,
LDMOD1 = 1,
}Variants§
LDMOD0 = 0
Buffered registers are loaded and take effect immediately upon CTRL[LDOK] is set.
LDMOD1 = 1
Buffered registers are loaded and take effect at the next roll-over or roll-under if CTRL[LDOK] is set.
Implementations§
Trait Implementations§
Source§impl Ord for Ldmod
impl Ord for Ldmod
Source§impl PartialOrd for Ldmod
impl PartialOrd for Ldmod
impl Copy for Ldmod
impl Eq for Ldmod
impl StructuralPartialEq for Ldmod
Auto Trait Implementations§
impl Freeze for Ldmod
impl RefUnwindSafe for Ldmod
impl Send for Ldmod
impl Sync for Ldmod
impl Unpin for Ldmod
impl UnwindSafe for Ldmod
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