#[repr(u8)]pub enum COMP4OUTSEL {
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
impl Clone for COMP4OUTSEL
Source§fn clone(&self) -> COMP4OUTSEL
fn clone(&self) -> COMP4OUTSEL
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 COMP4OUTSEL
impl Debug for COMP4OUTSEL
Source§impl Format for COMP4OUTSEL
impl Format for COMP4OUTSEL
Source§impl From<COMP4OUTSEL> for u8
impl From<COMP4OUTSEL> for u8
Source§fn from(variant: COMP4OUTSEL) -> Self
fn from(variant: COMP4OUTSEL) -> Self
Converts to this type from the input type.
Source§impl PartialEq for COMP4OUTSEL
impl PartialEq for COMP4OUTSEL
impl Copy for COMP4OUTSEL
impl Eq for COMP4OUTSEL
impl IsEnum for COMP4OUTSEL
impl StructuralPartialEq for COMP4OUTSEL
Auto Trait Implementations§
impl Freeze for COMP4OUTSEL
impl RefUnwindSafe for COMP4OUTSEL
impl Send for COMP4OUTSEL
impl Sync for COMP4OUTSEL
impl Unpin for COMP4OUTSEL
impl UnwindSafe for COMP4OUTSEL
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