[][src]Enum stm32f3::stm32f303::dac::cr::TSEL1R

pub enum TSEL1R {
    TIM6_TRGO,
    TIM3_TRGO,
    TIM7_TRGO,
    TIM15_TRGO,
    TIM2_TRGO,
    EXTI9,
    SOFTWARE,
    _Reserved(u8),
}

Possible values of the field TSEL1

Variants

TIM6_TRGO

Timer 6 TRGO event

TIM3_TRGO

Timer 3 TRGO event

TIM7_TRGO

Timer 7 TRGO event

TIM15_TRGO

Timer 15 TRGO event

TIM2_TRGO

Timer 2 TRGO event

EXTI9

EXTI line9

SOFTWARE

Software trigger

_Reserved(u8)

Reserved

Methods

impl TSEL1R
[src]

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

Value of the field as raw bits

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

Checks if the value of the field is TIM6_TRGO

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

Checks if the value of the field is TIM3_TRGO

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

Checks if the value of the field is TIM7_TRGO

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

Checks if the value of the field is TIM15_TRGO

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

Checks if the value of the field is TIM2_TRGO

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

Checks if the value of the field is EXTI9

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

Checks if the value of the field is SOFTWARE

Trait Implementations

impl Debug for TSEL1R
[src]

impl PartialEq<TSEL1R> for TSEL1R
[src]

impl Copy for TSEL1R
[src]

impl Clone for TSEL1R
[src]

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

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for TSEL1R

impl Sync for TSEL1R

Blanket Implementations

impl<T> From for T
[src]

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

type Error = !

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

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

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

🔬 This is a nightly-only experimental API. (try_from)

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]