pub enum CC1P {
RisingEdge = 0,
FallingEdge = 1,
}
Expand description
Capture/Compare %s output Polarity
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for CC1P
impl Eq for CC1P
impl StructuralPartialEq for CC1P
Auto Trait Implementations§
impl Freeze for CC1P
impl RefUnwindSafe for CC1P
impl Send for CC1P
impl Sync for CC1P
impl Unpin for CC1P
impl UnwindSafe for CC1P
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