Enum Syncen3
pub enum Syncen3 {
_0 = 0,
_1 = 1,
}Expand description
Synchronization Enable For n = 6
Value on reset: 0
Variants§
_0 = 0
0: The PWM synchronization in this pair of channels is disabled.
_1 = 1
1: The PWM synchronization in this pair of channels is enabled.
Trait Implementations§
impl Copy for Syncen3
impl Eq for Syncen3
impl StructuralPartialEq for Syncen3
Auto Trait Implementations§
impl Freeze for Syncen3
impl RefUnwindSafe for Syncen3
impl Send for Syncen3
impl Sync for Syncen3
impl Unpin for Syncen3
impl UnwindSafe for Syncen3
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