pub enum INVCW {
_0,
_1,
}Expand description
Values that can be written to the field INVC
Variants§
_0
INVCTRL register is updated with its buffer value at all rising edges of system clock.
_1
INVCTRL register is updated with its buffer value by the PWM synchronization.
Auto Trait Implementations§
impl Freeze for INVCW
impl RefUnwindSafe for INVCW
impl Send for INVCW
impl Sync for INVCW
impl Unpin for INVCW
impl UnwindSafe for INVCW
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