[]Enum nucleo_f401re::stm32::adc1::cr2::JEXTSELR

pub enum JEXTSELR {
    TIM1TRGO,
    TIM1CC4,
    TIM2TRGO,
    TIM2CC1,
    TIM3CC4,
    TIM4TRGO,
    TIM8CC4,
    TIM1TRGO2,
    TIM8TRGO,
    TIM8TRGO2,
    TIM3CC3,
    TIM5TRGO,
    TIM3CC1,
    TIM6TRGO,
    _Reserved(u8),
}

Possible values of the field JEXTSEL

Variants

TIM1TRGO

Timer 1 TRGO event

TIM1CC4

Timer 1 CC4 event

TIM2TRGO

Timer 2 TRGO event

TIM2CC1

Timer 2 CC1 event

TIM3CC4

Timer 3 CC4 event

TIM4TRGO

Timer 4 TRGO event

TIM8CC4

Timer 8 CC4 event

TIM1TRGO2

Timer 1 TRGO(2) event

TIM8TRGO

Timer 8 TRGO event

TIM8TRGO2

Timer 8 TRGO(2) event

TIM3CC3

Timer 3 CC3 event

TIM5TRGO

Timer 5 TRGO event

TIM3CC1

Timer 3 CC1 event

TIM6TRGO

Timer 6 TRGO event

_Reserved(u8)

Reserved

Methods

impl JEXTSELR

pub fn bits(&self) -> u8

Value of the field as raw bits

pub fn is_tim1trgo(&self) -> bool

Checks if the value of the field is TIM1TRGO

pub fn is_tim1cc4(&self) -> bool

Checks if the value of the field is TIM1CC4

pub fn is_tim2trgo(&self) -> bool

Checks if the value of the field is TIM2TRGO

pub fn is_tim2cc1(&self) -> bool

Checks if the value of the field is TIM2CC1

pub fn is_tim3cc4(&self) -> bool

Checks if the value of the field is TIM3CC4

pub fn is_tim4trgo(&self) -> bool

Checks if the value of the field is TIM4TRGO

pub fn is_tim8cc4(&self) -> bool

Checks if the value of the field is TIM8CC4

pub fn is_tim1trgo2(&self) -> bool

Checks if the value of the field is TIM1TRGO2

pub fn is_tim8trgo(&self) -> bool

Checks if the value of the field is TIM8TRGO

pub fn is_tim8trgo2(&self) -> bool

Checks if the value of the field is TIM8TRGO2

pub fn is_tim3cc3(&self) -> bool

Checks if the value of the field is TIM3CC3

pub fn is_tim5trgo(&self) -> bool

Checks if the value of the field is TIM5TRGO

pub fn is_tim3cc1(&self) -> bool

Checks if the value of the field is TIM3CC1

pub fn is_tim6trgo(&self) -> bool

Checks if the value of the field is TIM6TRGO

Trait Implementations

impl PartialEq<JEXTSELR> for JEXTSELR

impl Debug for JEXTSELR

impl Copy for JEXTSELR

impl Clone for JEXTSELR

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

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for JEXTSELR

impl Sync for JEXTSELR

Blanket Implementations

impl<T> From for T[src]

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, U> Into for T where
    U: From<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> 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