[][src]Enum msp432e4::timer0::sync::TIMER_SYNC_SYNCT6W

pub enum TIMER_SYNC_SYNCT6W {
    TIMER_SYNC_SYNCT6_NONE,
    TIMER_SYNC_SYNCT6_TA,
    TIMER_SYNC_SYNCT6_TB,
    TIMER_SYNC_SYNCT6_TATB,
}

Values that can be written to the field TIMER_SYNC_SYNCT6

Variants

TIMER_SYNC_SYNCT6_NONE

GPTM6 is not affected

TIMER_SYNC_SYNCT6_TA

A timeout event for Timer A of GPTM6 is triggered

TIMER_SYNC_SYNCT6_TB

A timeout event for Timer B of GPTM6 is triggered

TIMER_SYNC_SYNCT6_TATB

A timeout event for both Timer A and Timer B of GPTM6 is triggered

Trait Implementations

impl Debug for TIMER_SYNC_SYNCT6W[src]

impl PartialEq<TIMER_SYNC_SYNCT6W> for TIMER_SYNC_SYNCT6W[src]

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

This method tests for !=.

impl Copy for TIMER_SYNC_SYNCT6W[src]

impl Clone for TIMER_SYNC_SYNCT6W[src]

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