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

pub enum EVW {
    ALWAYS_ACTIVE,
    GPT3B_DMABREQ,
    GPT3A_DMABREQ,
    GPT2B_DMABREQ,
    GPT2A_DMABREQ,
    GPT1B_DMABREQ,
    GPT1A_DMABREQ,
    GPT0B_DMABREQ,
    GPT0A_DMABREQ,
    NONE,
}

Values that can be written to the field EV

Variants

ALWAYS_ACTIVE

Always asserted

GPT3B_DMABREQ

GPT3B DMA trigger event. Configured by GPT3:DMAEV

GPT3A_DMABREQ

GPT3A DMA trigger event. Configured by GPT3:DMAEV

GPT2B_DMABREQ

GPT2B DMA trigger event. Configured by GPT2:DMAEV

GPT2A_DMABREQ

GPT2A DMA trigger event. Configured by GPT2:DMAEV

GPT1B_DMABREQ

GPT1B DMA trigger event. Configured by GPT1:DMAEV

GPT1A_DMABREQ

GPT1A DMA trigger event. Configured by GPT1:DMAEV

GPT0B_DMABREQ

GPT0B DMA trigger event. Configured by GPT0:DMAEV

GPT0A_DMABREQ

GPT0A DMA trigger event. Configured by GPT0:DMAEV

NONE

Always inactive

Trait Implementations

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 !=.

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