[−][src]Enum stm32f0xx_hal::stm32::comp::csr::COMP2OUTSELR
Possible values of the field COMP2OUTSEL
Variants
NOSELECTIONNo selection
TIMER1BREAKINPUTTimer 1 break input
TIMER1INPUTCAPTURE1Timer 1 Input capture 1
TIMER1OCREFCLEARINPUTTimer 1 OCrefclear input
TIMER2INPUTCAPTURE4Timer 2 input capture 4
TIMER2OCREFCLEARINPUTTimer 2 OCrefclear input
TIMER3INPUTCAPTURE1Timer 3 input capture 1
TIMER3OCREFCLEARINPUTTimer 3 OCrefclear input
Methods
impl COMP2OUTSELR[src]
pub fn bits(&self) -> u8[src]
Value of the field as raw bits
pub fn is_no_selection(&self) -> bool[src]
Checks if the value of the field is NOSELECTION
pub fn is_timer1break_input(&self) -> bool[src]
Checks if the value of the field is TIMER1BREAKINPUT
pub fn is_timer1input_capture1(&self) -> bool[src]
Checks if the value of the field is TIMER1INPUTCAPTURE1
pub fn is_timer1ocref_clear_input(&self) -> bool[src]
Checks if the value of the field is TIMER1OCREFCLEARINPUT
pub fn is_timer2input_capture4(&self) -> bool[src]
Checks if the value of the field is TIMER2INPUTCAPTURE4
pub fn is_timer2ocref_clear_input(&self) -> bool[src]
Checks if the value of the field is TIMER2OCREFCLEARINPUT
pub fn is_timer3input_capture1(&self) -> bool[src]
Checks if the value of the field is TIMER3INPUTCAPTURE1
pub fn is_timer3ocref_clear_input(&self) -> bool[src]
Checks if the value of the field is TIMER3OCREFCLEARINPUT
Trait Implementations
impl PartialEq<COMP2OUTSELR> for COMP2OUTSELR[src]
fn eq(&self, other: &COMP2OUTSELR) -> bool[src]
#[must_use]
fn ne(&self, other: &Rhs) -> bool1.0.0[src]
This method tests for !=.
impl Clone for COMP2OUTSELR[src]
fn clone(&self) -> COMP2OUTSELR[src]
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more
impl Copy for COMP2OUTSELR[src]
impl Debug for COMP2OUTSELR[src]
Auto Trait Implementations
impl Send for COMP2OUTSELR
impl Sync for COMP2OUTSELR
Blanket Implementations
impl<T> From for T[src]
impl<T, U> TryFrom for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>[src]
impl<T, U> Into for T where
U: From<T>, [src]
U: From<T>,
impl<T> Borrow for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Same for T
type Output = T
Should always be Self