#[repr(u8)]pub enum COMP1OUTSEL {
NoSelection = 0,
Timer1breakInput = 1,
Timer1inputCapture1 = 2,
Timer1ocrefClearInput = 3,
Timer2inputCapture4 = 4,
Timer2ocrefClearInput = 5,
Timer3inputCapture1 = 6,
Timer3ocrefClearInput = 7,
}
Expand description
Comparator 1 output selection
Value on reset: 0
Variants§
NoSelection = 0
0: No selection
Timer1breakInput = 1
1: Timer 1 break input
Timer1inputCapture1 = 2
2: Timer 1 Input capture 1
Timer1ocrefClearInput = 3
3: Timer 1 OCrefclear input
Timer2inputCapture4 = 4
4: Timer 2 input capture 4
Timer2ocrefClearInput = 5
5: Timer 2 OCrefclear input
Timer3inputCapture1 = 6
6: Timer 3 input capture 1
Timer3ocrefClearInput = 7
7: Timer 3 OCrefclear input
Trait Implementations§
Source§impl Clone for COMP1OUTSEL
impl Clone for COMP1OUTSEL
Source§fn clone(&self) -> COMP1OUTSEL
fn clone(&self) -> COMP1OUTSEL
Returns a copy 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 COMP1OUTSEL
impl Debug for COMP1OUTSEL
Source§impl Format for COMP1OUTSEL
impl Format for COMP1OUTSEL
Source§impl From<COMP1OUTSEL> for u8
impl From<COMP1OUTSEL> for u8
Source§fn from(variant: COMP1OUTSEL) -> Self
fn from(variant: COMP1OUTSEL) -> Self
Converts to this type from the input type.
Source§impl PartialEq for COMP1OUTSEL
impl PartialEq for COMP1OUTSEL
impl Copy for COMP1OUTSEL
impl Eq for COMP1OUTSEL
impl IsEnum for COMP1OUTSEL
impl StructuralPartialEq for COMP1OUTSEL
Auto Trait Implementations§
impl Freeze for COMP1OUTSEL
impl RefUnwindSafe for COMP1OUTSEL
impl Send for COMP1OUTSEL
impl Sync for COMP1OUTSEL
impl Unpin for COMP1OUTSEL
impl UnwindSafe for COMP1OUTSEL
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