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