#[repr(u8)]pub enum COMP2_BLANKING {
NoBlanking = 0,
Tim1oc5 = 1,
Tim2oc3 = 2,
Tim3oc3 = 3,
}
Expand description
Comparator 2 blanking source
Value on reset: 0
Variants§
NoBlanking = 0
0: No blanking
Tim1oc5 = 1
1: TIM1 OC5 selected as blanking source
Tim2oc3 = 2
2: TIM2 OC3 selected as blanking source
Tim3oc3 = 3
3: TIM3 OC3 selected as blanking source
Trait Implementations§
Source§impl Clone for COMP2_BLANKING
impl Clone for COMP2_BLANKING
Source§fn clone(&self) -> COMP2_BLANKING
fn clone(&self) -> COMP2_BLANKING
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 COMP2_BLANKING
impl Debug for COMP2_BLANKING
Source§impl Format for COMP2_BLANKING
impl Format for COMP2_BLANKING
Source§impl From<COMP2_BLANKING> for u8
impl From<COMP2_BLANKING> for u8
Source§fn from(variant: COMP2_BLANKING) -> Self
fn from(variant: COMP2_BLANKING) -> Self
Converts to this type from the input type.
Source§impl PartialEq for COMP2_BLANKING
impl PartialEq for COMP2_BLANKING
impl Copy for COMP2_BLANKING
impl Eq for COMP2_BLANKING
impl IsEnum for COMP2_BLANKING
impl StructuralPartialEq for COMP2_BLANKING
Auto Trait Implementations§
impl Freeze for COMP2_BLANKING
impl RefUnwindSafe for COMP2_BLANKING
impl Send for COMP2_BLANKING
impl Sync for COMP2_BLANKING
impl Unpin for COMP2_BLANKING
impl UnwindSafe for COMP2_BLANKING
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