[][src]Enum cc2650::event::auxsel0::EVW

pub enum EVW {
    ALWAYS_ACTIVE,
    GPT1B,
    GPT1A,
    GPT0B,
    GPT0A,
    GPT3B,
    GPT3A,
    GPT2B,
    GPT2A,
    NONE,
}

Values that can be written to the field EV

Variants

ALWAYS_ACTIVE

Always asserted

GPT1B

GPT1B interrupt event, controlled by GPT1:TBMR

GPT1A

GPT1A interrupt event, controlled by GPT1:TAMR

GPT0B

GPT0B interrupt event, controlled by GPT0:TBMR

GPT0A

GPT0A interrupt event, controlled by GPT0:TAMR

GPT3B

GPT3B interrupt event, controlled by GPT3:TBMR

GPT3A

GPT3A interrupt event, controlled by GPT3:TAMR

GPT2B

GPT2B interrupt event, controlled by GPT2:TBMR

GPT2A

GPT2A interrupt event, controlled by GPT2:TAMR

NONE

Always inactive

Trait Implementations

impl Clone for EVW[src]

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

Performs copy-assignment from source. Read more

impl Copy for EVW[src]

impl Debug for EVW[src]

impl PartialEq<EVW> for EVW[src]

#[must_use]
fn ne(&self, other: &Rhs) -> bool
1.0.0
[src]

This method tests for !=.

Auto Trait Implementations

impl Send for EVW

impl Sync for EVW

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> 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]