#[repr(u8)]pub enum COMP4OUTSEL_A {
NOSELECTION = 0,
TIMER1BREAKINPUT = 1,
TIMER1BREAKINPUT2 = 2,
TIMER3INPUTCAPTURE3 = 6,
TIMER15INPUTCAPTURE2 = 8,
TIMER15OCREFCLEARINPUT = 10,
TIMER3OCREFCLEARINPUT = 11,
}
Expand description
Comparator 4 output selection
Value on reset: 0
Variants§
NOSELECTION = 0
0: No selection
TIMER1BREAKINPUT = 1
1: Timer 1 break input
TIMER1BREAKINPUT2 = 2
2: Timer 1 break input 2
TIMER3INPUTCAPTURE3 = 6
6: Timer 3 input capture 3
TIMER15INPUTCAPTURE2 = 8
8: Timer 15 input capture 2
TIMER15OCREFCLEARINPUT = 10
10: Timer 15 OCREF_CLR input
TIMER3OCREFCLEARINPUT = 11
11: Timer 3 OCREF_CLR input
Trait Implementations§
Source§impl Clone for COMP4OUTSEL_A
impl Clone for COMP4OUTSEL_A
Source§fn clone(&self) -> COMP4OUTSEL_A
fn clone(&self) -> COMP4OUTSEL_A
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for COMP4OUTSEL_A
impl Debug for COMP4OUTSEL_A
Source§impl From<COMP4OUTSEL_A> for u8
impl From<COMP4OUTSEL_A> for u8
Source§fn from(variant: COMP4OUTSEL_A) -> Self
fn from(variant: COMP4OUTSEL_A) -> Self
Converts to this type from the input type.
Source§impl PartialEq for COMP4OUTSEL_A
impl PartialEq for COMP4OUTSEL_A
impl Copy for COMP4OUTSEL_A
impl StructuralPartialEq for COMP4OUTSEL_A
Auto Trait Implementations§
impl Freeze for COMP4OUTSEL_A
impl RefUnwindSafe for COMP4OUTSEL_A
impl Send for COMP4OUTSEL_A
impl Sync for COMP4OUTSEL_A
impl Unpin for COMP4OUTSEL_A
impl UnwindSafe for COMP4OUTSEL_A
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