pub enum Ldmod {
NextPwmReload = 0,
MtctrlLdokSet = 1,
}Expand description
Load Mode Select
Value on reset: 0
Variants§
NextPwmReload = 0
0: Buffered registers of this submodule are loaded and take effect at the next PWM reload if MCTRL[LDOK] is set.
MtctrlLdokSet = 1
1: Buffered registers of this submodule are loaded and take effect immediately upon MCTRL[LDOK] being set. In this case, it is not necessary to set CTRL[FULL] or CTRL[HALF].
Trait Implementations§
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 UnsafeUnpin 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