pub enum Polarity {
ActiveHigh,
ActiveLow,
}
Expand description
Capture/Compare output polarity. Defaults to ActiveHigh
in hardware. Sets TIMx_CCER register,
CCxP and CCXNP fields.
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Polarity
impl RefUnwindSafe for Polarity
impl Send for Polarity
impl Sync for Polarity
impl Unpin for Polarity
impl UnwindSafe for Polarity
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