pub enum Indep {
Complementary = 0,
Independent = 1,
}Expand description
Independent or Complementary Pair Operation
Value on reset: 0
Variants§
Complementary = 0
0: PWM_A and PWM_B form a complementary PWM pair.
Independent = 1
1: PWM_A and PWM_B outputs are independent PWMs.
Trait Implementations§
impl Copy for Indep
impl Eq for Indep
impl StructuralPartialEq for Indep
Auto Trait Implementations§
impl Freeze for Indep
impl RefUnwindSafe for Indep
impl Send for Indep
impl Sync for Indep
impl Unpin for Indep
impl UnsafeUnpin for Indep
impl UnwindSafe for Indep
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