[][src]Enum stm32f4xx_hal::stm32::adc1::cr2::EXTSELR

pub enum EXTSELR {
    TIM1CC1,
    TIM1CC2,
    TIM1CC3,
    TIM2CC2,
    TIM2CC3,
    TIM2CC4,
    TIM2TRGO,
    _Reserved(u8),
}

Possible values of the field EXTSEL

Variants

TIM1CC1

Timer 1 CC1 event

TIM1CC2

Timer 1 CC2 event

TIM1CC3

Timer 1 CC3 event

TIM2CC2

Timer 2 CC2 event

TIM2CC3

Timer 2 CC3 event

TIM2CC4

Timer 2 CC4 event

TIM2TRGO

Timer 2 TRGO event

_Reserved(u8)

Reserved

Methods

impl EXTSELR[src]

pub fn bits(&self) -> u8[src]

Value of the field as raw bits

pub fn is_tim1cc1(&self) -> bool[src]

Checks if the value of the field is TIM1CC1

pub fn is_tim1cc2(&self) -> bool[src]

Checks if the value of the field is TIM1CC2

pub fn is_tim1cc3(&self) -> bool[src]

Checks if the value of the field is TIM1CC3

pub fn is_tim2cc2(&self) -> bool[src]

Checks if the value of the field is TIM2CC2

pub fn is_tim2cc3(&self) -> bool[src]

Checks if the value of the field is TIM2CC3

pub fn is_tim2cc4(&self) -> bool[src]

Checks if the value of the field is TIM2CC4

pub fn is_tim2trgo(&self) -> bool[src]

Checks if the value of the field is TIM2TRGO

Trait Implementations

impl Clone for EXTSELR[src]

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

Performs copy-assignment from source. Read more

impl Copy for EXTSELR[src]

impl Debug for EXTSELR[src]

impl PartialEq<EXTSELR> for EXTSELR[src]

Auto Trait Implementations

impl Send for EXTSELR

impl Sync for EXTSELR

Blanket Implementations

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

type Error = Infallible

The type returned in the event of a conversion error.

impl<T> From for T[src]

impl<T, U> TryInto 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, U> Into for T where
    U: From<T>, 
[src]

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

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

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

impl<T> Same for T

type Output = T

Should always be Self