#[repr(u8)]pub enum Ldmod {
NEXT_PWM_RELOAD = 0,
MTCTRL_LDOK_SET = 1,
}Variants§
NEXT_PWM_RELOAD = 0
Buffered registers of this submodule are loaded and take effect at the next PWM reload if MCTRL[LDOK] is set.
MTCTRL_LDOK_SET = 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].
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