[][src]Enum msp432e4::timer0::ctl::TIMER_CTL_TAEVENTR

pub enum TIMER_CTL_TAEVENTR {
    TIMER_CTL_TAEVENT_POS,
    TIMER_CTL_TAEVENT_NEG,
    TIMER_CTL_TAEVENT_BOTH,
    _Reserved(u8),
}

Possible values of the field TIMER_CTL_TAEVENT

Variants

TIMER_CTL_TAEVENT_POS

Positive edge

TIMER_CTL_TAEVENT_NEG

Negative edge

TIMER_CTL_TAEVENT_BOTH

Both edges

_Reserved(u8)

Reserved

Methods

impl TIMER_CTL_TAEVENTR[src]

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

Value of the field as raw bits

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

Checks if the value of the field is TIMER_CTL_TAEVENT_POS

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

Checks if the value of the field is TIMER_CTL_TAEVENT_NEG

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

Checks if the value of the field is TIMER_CTL_TAEVENT_BOTH

Trait Implementations

impl Debug for TIMER_CTL_TAEVENTR[src]

impl PartialEq<TIMER_CTL_TAEVENTR> for TIMER_CTL_TAEVENTR[src]

impl Copy for TIMER_CTL_TAEVENTR[src]

impl Clone for TIMER_CTL_TAEVENTR[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