#[repr(u8)]pub enum COMP6OUTSEL {
NoSelection = 0,
Timer1breakInput = 1,
Timer1breakInput2 = 2,
Timer2inputCapture2 = 6,
Timer2ocrefClearInput = 8,
Timer16ocrefClearInput = 9,
Timer16inputCapture1 = 10,
}
Expand description
Comparator 6 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
Timer2inputCapture2 = 6
6: Timer 2 input capture 2
Timer2ocrefClearInput = 8
8: Timer 2 OCREF_CLR input
Timer16ocrefClearInput = 9
9: Timer 16 OCREF_CLR input
Timer16inputCapture1 = 10
10: Timer 16 input capture 1
Trait Implementations§
Source§impl Clone for COMP6OUTSEL
impl Clone for COMP6OUTSEL
Source§fn clone(&self) -> COMP6OUTSEL
fn clone(&self) -> COMP6OUTSEL
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 COMP6OUTSEL
impl Debug for COMP6OUTSEL
Source§impl Format for COMP6OUTSEL
impl Format for COMP6OUTSEL
Source§impl From<COMP6OUTSEL> for u8
impl From<COMP6OUTSEL> for u8
Source§fn from(variant: COMP6OUTSEL) -> Self
fn from(variant: COMP6OUTSEL) -> Self
Converts to this type from the input type.
Source§impl PartialEq for COMP6OUTSEL
impl PartialEq for COMP6OUTSEL
impl Copy for COMP6OUTSEL
impl Eq for COMP6OUTSEL
impl IsEnum for COMP6OUTSEL
impl StructuralPartialEq for COMP6OUTSEL
Auto Trait Implementations§
impl Freeze for COMP6OUTSEL
impl RefUnwindSafe for COMP6OUTSEL
impl Send for COMP6OUTSEL
impl Sync for COMP6OUTSEL
impl Unpin for COMP6OUTSEL
impl UnwindSafe for COMP6OUTSEL
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