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

pub enum EVR {
    ALWAYS_ACTIVE,
    AUX_ADC_IRQ,
    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_COMPA,
    AUX_AON_WU_EV,
    SWEV1,
    SWEV0,
    CRYPTO_RESULT_AVAIL_IRQ,
    AUX_TIMER2_PULSE,
    AUX_TIMER2_EV3,
    AUX_TIMER2_EV2,
    AUX_TIMER2_EV1,
    AUX_TIMER2_EV0,
    DMA_DONE_COMB,
    UART1_COMB,
    UART0_COMB,
    SSI1_COMB,
    SSI0_COMB,
    WDT_IRQ,
    AON_AUX_SWEV0,
    I2S_IRQ,
    AON_PROG1,
    AON_PROG0,
    NONE,
    _Reserved(u8),
}

Possible values of the field EV

Variants

ALWAYS_ACTIVE

Always asserted

AUX_ADC_IRQ

AUX ADC interrupt event, corresponds to AUX_EVCTL:EVTOMCUFLAGS.AUX_ADC_IRQ. Status flags are found here AUX_EVCTL:EVTOMCUFLAGS

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_COMPA

AUX Compare A event, corresponds to AUX_EVCTL:EVTOMCUFLAGS.AUX_COMPA

AUX_AON_WU_EV

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

SWEV1

Software event 1, triggered by SWEV.SWEV1

SWEV0

Software event 0, triggered by SWEV.SWEV0

CRYPTO_RESULT_AVAIL_IRQ

CRYPTO result available interupt event, the corresponding flag is found here CRYPTO:IRQSTAT.RESULT_AVAIL. Controlled by CRYPTO:IRQSTAT.RESULT_AVAIL

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_DONE_COMB

Combined DMA done, corresponding flags are here UDMA0:REQDONE

UART1_COMB

UART1 combined interrupt, interrupt flags are found here UART1:MIS

UART0_COMB

UART0 combined interrupt, interrupt flags are found here UART0:MIS

SSI1_COMB

SSI1 combined interrupt, interrupt flags are found here SSI1:MIS

SSI0_COMB

SSI0 combined interrupt, interrupt flags are found here SSI0:MIS

WDT_IRQ

Watchdog interrupt event, controlled by WDT:CTL.INTEN

AON_AUX_SWEV0

AUX Software event 0, AUX_EVCTL:SWEVSET.SWEV0

I2S_IRQ

Interrupt event from I2S

AON_PROG1

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

AON_PROG0

AON programmable event 0. Event selected by AON_EVENT MCU event selector, AON_EVENT:EVTOMCUSEL.AON_PROG0_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_aux_adc_irq(&self) -> bool[src]

Checks if the value of the field is AUX_ADC_IRQ

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_compa(&self) -> bool[src]

Checks if the value of the field is AUX_COMPA

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_swev1(&self) -> bool[src]

Checks if the value of the field is SWEV1

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

Checks if the value of the field is SWEV0

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

Checks if the value of the field is CRYPTO_RESULT_AVAIL_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_done_comb(&self) -> bool[src]

Checks if the value of the field is DMA_DONE_COMB

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

Checks if the value of the field is UART1_COMB

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

Checks if the value of the field is UART0_COMB

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

Checks if the value of the field is SSI1_COMB

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

Checks if the value of the field is SSI0_COMB

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

Checks if the value of the field is WDT_IRQ

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_prog1(&self) -> bool[src]

Checks if the value of the field is AON_PROG1

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

Checks if the value of the field is AON_PROG0

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

Checks if the value of the field is NONE

Trait Implementations

impl Copy for EVR[src]

impl Debug for EVR[src]

impl PartialEq<EVR> 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, U> TryFrom for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T> From for T[src]

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