[]Enum nucleo_f042k6::comp::csr::COMP1OUTSELR

pub enum COMP1OUTSELR {
    NOSELECTION,
    TIMER1BREAKINPUT,
    TIMER1INPUTCAPTURE1,
    TIMER1OCREFCLEARINPUT,
    TIMER2INPUTCAPTURE4,
    TIMER2OCREFCLEARINPUT,
    TIMER3INPUTCAPTURE1,
    TIMER3OCREFCLEARINPUT,
}

Possible values of the field COMP1OUTSEL

Variants

NOSELECTION

No selection

TIMER1BREAKINPUT

Timer 1 break input

TIMER1INPUTCAPTURE1

Timer 1 Input capture 1

TIMER1OCREFCLEARINPUT

Timer 1 OCrefclear input

TIMER2INPUTCAPTURE4

Timer 2 input capture 4

TIMER2OCREFCLEARINPUT

Timer 2 OCrefclear input

TIMER3INPUTCAPTURE1

Timer 3 input capture 1

TIMER3OCREFCLEARINPUT

Timer 3 OCrefclear input

Methods

impl COMP1OUTSELR

pub fn bits(&self) -> u8

Value of the field as raw bits

pub fn is_no_selection(&self) -> bool

Checks if the value of the field is NOSELECTION

pub fn is_timer1break_input(&self) -> bool

Checks if the value of the field is TIMER1BREAKINPUT

pub fn is_timer1input_capture1(&self) -> bool

Checks if the value of the field is TIMER1INPUTCAPTURE1

pub fn is_timer1ocref_clear_input(&self) -> bool

Checks if the value of the field is TIMER1OCREFCLEARINPUT

pub fn is_timer2input_capture4(&self) -> bool

Checks if the value of the field is TIMER2INPUTCAPTURE4

pub fn is_timer2ocref_clear_input(&self) -> bool

Checks if the value of the field is TIMER2OCREFCLEARINPUT

pub fn is_timer3input_capture1(&self) -> bool

Checks if the value of the field is TIMER3INPUTCAPTURE1

pub fn is_timer3ocref_clear_input(&self) -> bool

Checks if the value of the field is TIMER3OCREFCLEARINPUT

Trait Implementations

impl PartialEq<COMP1OUTSELR> for COMP1OUTSELR

#[must_use] fn ne(&self, other: &Rhs) -> bool1.0.0[src]

This method tests for !=.

impl Copy for COMP1OUTSELR

impl Debug for COMP1OUTSELR

impl Clone for COMP1OUTSELR

fn clone_from(&mut self, source: &Self)1.0.0[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

Blanket Implementations

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Same<T> for T

type Output = T

Should always be Self