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

pub enum EVW {
    ALWAYS_ACTIVE,
    GPT3B_CMP,
    GPT3A_CMP,
    GPT2B_CMP,
    GPT2A_CMP,
    GPT1B_CMP,
    GPT1A_CMP,
    GPT0B_CMP,
    GPT0A_CMP,
    GPT1B,
    GPT1A,
    GPT0B,
    GPT0A,
    GPT3B,
    GPT3A,
    GPT2B,
    GPT2A,
    NONE,
}

Values that can be written to the field EV

Variants

ALWAYS_ACTIVE

Always asserted

GPT3B_CMP

GPT3B compare event. Configured by GPT3:TBMR.TCACT

GPT3A_CMP

GPT3A compare event. Configured by GPT3:TAMR.TCACT

GPT2B_CMP

GPT2B compare event. Configured by GPT2:TBMR.TCACT

GPT2A_CMP

GPT2A compare event. Configured by GPT2:TAMR.TCACT

GPT1B_CMP

GPT1B compare event. Configured by GPT1:TBMR.TCACT

GPT1A_CMP

GPT1A compare event. Configured by GPT1:TAMR.TCACT

GPT0B_CMP

GPT0B compare event. Configured by GPT0:TBMR.TCACT

GPT0A_CMP

GPT0A compare event. Configured by GPT0:TAMR.TCACT

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

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]

impl<T> Same for T

type Output = T

Should always be Self