Enum Swoc
pub enum Swoc {
_0 = 0,
_1 = 1,
}Expand description
SWOCTRL Register Synchronization
Value on reset: 0
Variants§
_0 = 0
0: SWOCTRL register is updated with its buffer value at all rising edges of FTM input clock.
_1 = 1
1: SWOCTRL register is updated with its buffer value by the PWM synchronization.
Trait Implementations§
impl Copy for Swoc
impl Eq for Swoc
impl StructuralPartialEq for Swoc
Auto Trait Implementations§
impl Freeze for Swoc
impl RefUnwindSafe for Swoc
impl Send for Swoc
impl Sync for Swoc
impl Unpin for Swoc
impl UnwindSafe for Swoc
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