[][src]Enum cc13x2_cc26x2_hal::event::cpuirqsel30::EVR

pub enum EVR {
    ALWAYS_ACTIVE,
    AON_RTC_UPD,
    AUX_OBSMUX0,
    AUX_ADC_FIFO_ALMOST_FULL,
    AUX_ADC_DONE,
    AUX_SMPH_AUTOTAKE_DONE,
    AUX_TIMER1_EV,
    AUX_TIMER0_EV,
    AUX_TDC_DONE,
    AUX_COMPB,
    AUX_AON_WU_EV,
    CRYPTO_DMA_DONE_IRQ,
    AUX_TIMER2_PULSE,
    AUX_TIMER2_EV3,
    AUX_TIMER2_EV2,
    AUX_TIMER2_EV1,
    AUX_TIMER2_EV0,
    DMA_CH18_DONE,
    DMA_CH0_DONE,
    AON_AUX_SWEV0,
    I2S_IRQ,
    AON_PROG2,
    AON_PROG1,
    NONE,
    _Reserved(u8),
}

Possible values of the field EV

Variants

ALWAYS_ACTIVE

Always asserted

AON_RTC_UPD

RTC periodic event controlled by AON_RTC:CTL.RTC_UPD_EN

AUX_OBSMUX0

Loopback of OBSMUX0 through AUX, corresponds to AUX_EVCTL:EVTOMCUFLAGS.MCU_OBSMUX0

AUX_ADC_FIFO_ALMOST_FULL

AUX ADC FIFO watermark event, corresponds to AUX_EVCTL:EVTOMCUFLAGS.AUX_ADC_FIFO_ALMOST_FULL

AUX_ADC_DONE

AUX ADC done, corresponds to AUX_EVCTL:EVTOMCUFLAGS.AUX_ADC_DONE

AUX_SMPH_AUTOTAKE_DONE

Autotake event from AUX semaphore, configured by AUX_SMPH:AUTOTAKE

AUX_TIMER1_EV

AUX timer 1 event, corresponds to AUX_EVCTL:EVTOMCUFLAGS.AUX_TIMER1_EV

AUX_TIMER0_EV

AUX timer 0 event, corresponds to AUX_EVCTL:EVTOMCUFLAGS.AUX_TIMER0_EV

AUX_TDC_DONE

AUX TDC measurement done event, corresponds to the flag AUX_EVCTL:EVTOMCUFLAGS.AUX_TDC_DONE and the AUX_TDC status AUX_TDC:STAT.DONE

AUX_COMPB

AUX Compare B event, corresponds to AUX_EVCTL:EVTOMCUFLAGS.AUX_COMPB

AUX_AON_WU_EV

AON wakeup event, the corresponding flag is here AUX_EVCTL:EVTOMCUFLAGS.AUX_WU_EV

CRYPTO_DMA_DONE_IRQ

CRYPTO DMA input done event, the correspondingg flag is CRYPTO:IRQSTAT.DMA_IN_DONE. Controlled by CRYPTO:IRQEN.DMA_IN_DONE

AUX_TIMER2_PULSE

AUX Timer2 pulse, corresponding to flag AUX_EVCTL:EVTOMCUFLAGS.AUX_TIMER2_PULSE

AUX_TIMER2_EV3

AUX Timer2 event 3, corresponding to flag AUX_EVCTL:EVTOMCUFLAGS.AUX_TIMER2_EV3

AUX_TIMER2_EV2

AUX Timer2 event 2, corresponding to flag AUX_EVCTL:EVTOMCUFLAGS.AUX_TIMER2_EV2

AUX_TIMER2_EV1

AUX Timer2 event 1, corresponding to flag AUX_EVCTL:EVTOMCUFLAGS.AUX_TIMER2_EV1

AUX_TIMER2_EV0

AUX Timer2 event 0, corresponding to flag AUX_EVCTL:EVTOMCUFLAGS.AUX_TIMER2_EV0

DMA_CH18_DONE

DMA done for software tiggered UDMA channel 18, see UDMA0:SOFTREQ

DMA_CH0_DONE

DMA done for software tiggered UDMA channel 0, see UDMA0:SOFTREQ

AON_AUX_SWEV0

AUX Software event 0, AUX_EVCTL:SWEVSET.SWEV0

I2S_IRQ

Interrupt event from I2S

AON_PROG2

AON programmable event 2. Event selected by AON_EVENT MCU event selector, AON_EVENT:EVTOMCUSEL.AON_PROG2_EV

AON_PROG1

AON programmable event 1. Event selected by AON_EVENT MCU event selector, AON_EVENT:EVTOMCUSEL.AON_PROG1_EV

NONE

Always inactive

_Reserved(u8)

Reserved

Methods

impl EVR[src]

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

Value of the field as raw bits

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

Checks if the value of the field is ALWAYS_ACTIVE

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

Checks if the value of the field is AON_RTC_UPD

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

Checks if the value of the field is AUX_OBSMUX0

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

Checks if the value of the field is AUX_ADC_FIFO_ALMOST_FULL

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

Checks if the value of the field is AUX_ADC_DONE

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

Checks if the value of the field is AUX_SMPH_AUTOTAKE_DONE

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

Checks if the value of the field is AUX_TIMER1_EV

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

Checks if the value of the field is AUX_TIMER0_EV

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

Checks if the value of the field is AUX_TDC_DONE

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

Checks if the value of the field is AUX_COMPB

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

Checks if the value of the field is AUX_AON_WU_EV

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

Checks if the value of the field is CRYPTO_DMA_DONE_IRQ

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

Checks if the value of the field is AUX_TIMER2_PULSE

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

Checks if the value of the field is AUX_TIMER2_EV3

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

Checks if the value of the field is AUX_TIMER2_EV2

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

Checks if the value of the field is AUX_TIMER2_EV1

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

Checks if the value of the field is AUX_TIMER2_EV0

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

Checks if the value of the field is DMA_CH18_DONE

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

Checks if the value of the field is DMA_CH0_DONE

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

Checks if the value of the field is AON_AUX_SWEV0

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

Checks if the value of the field is I2S_IRQ

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

Checks if the value of the field is AON_PROG2

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

Checks if the value of the field is AON_PROG1

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

Checks if the value of the field is NONE

Trait Implementations

impl Debug for EVR[src]

impl PartialEq<EVR> for EVR[src]

impl Copy for EVR[src]

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

impl Sync for EVR

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