[][src]Enum cc2650::aux_evctl::scewevsel::WEV7_EVR

pub enum WEV7_EVR {
    ADC_IRQ,
    MCU_EV,
    ACLK_REF,
    AUXIO15,
    AUXIO14,
    AUXIO13,
    AUXIO12,
    AUXIO11,
    AUXIO10,
    AUXIO9,
    AUXIO8,
    AUXIO7,
    AUXIO6,
    AUXIO5,
    AUXIO4,
    AUXIO3,
    AUXIO2,
    AUXIO1,
    AUXIO0,
    AON_PROG_WU,
    AON_SW,
    OBSMUX1,
    OBSMUX0,
    ADC_FIFO_ALMOST_FULL,
    ADC_DONE,
    SMPH_AUTOTAKE_DONE,
    TIMER1_EV,
    TIMER0_EV,
    TDC_DONE,
    AUX_COMPB,
    AUX_COMPA,
    AON_RTC_CH2,
}

Possible values of the field WEV7_EV

Variants

ADC_IRQ

EVSTAT1.ADC_IRQ

MCU_EV

EVSTAT1.MCU_EV

ACLK_REF

EVSTAT1.ACLK_REF

AUXIO15

EVSTAT1.AUXIO15

AUXIO14

EVSTAT1.AUXIO14

AUXIO13

EVSTAT1.AUXIO13

AUXIO12

EVSTAT1.AUXIO12

AUXIO11

EVSTAT1.AUXIO11

AUXIO10

EVSTAT1.AUXIO10

AUXIO9

EVSTAT1.AUXIO9

AUXIO8

EVSTAT1.AUXIO8

AUXIO7

EVSTAT1.AUXIO7

AUXIO6

EVSTAT1.AUXIO6

AUXIO5

EVSTAT1.AUXIO5

AUXIO4

EVSTAT1.AUXIO4

AUXIO3

EVSTAT1.AUXIO3

AUXIO2

EVSTAT0.AUXIO2

AUXIO1

EVSTAT0.AUXIO1

AUXIO0

EVSTAT0.AUXIO0

AON_PROG_WU

EVSTAT0.AON_PROG_WU

AON_SW

EVSTAT0.AON_SW

OBSMUX1

EVSTAT0.OBSMUX1

OBSMUX0

EVSTAT0.OBSMUX0

ADC_FIFO_ALMOST_FULL

EVSTAT0.ADC_FIFO_ALMOST_FULL

ADC_DONE

EVSTAT0.ADC_DONE

SMPH_AUTOTAKE_DONE

EVSTAT0.SMPH_AUTOTAKE_DONE

TIMER1_EV

EVSTAT0.TIMER1_EV

TIMER0_EV

EVSTAT0.TIMER0_EV

TDC_DONE

EVSTAT0.TDC_DONE

AUX_COMPB

EVSTAT0.AUX_COMPB

AUX_COMPA

EVSTAT0.AUX_COMPA

AON_RTC_CH2

EVSTAT0.AON_RTC_CH2

Methods

impl WEV7_EVR[src]

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

Value of the field as raw bits

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

Checks if the value of the field is ADC_IRQ

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

Checks if the value of the field is MCU_EV

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

Checks if the value of the field is ACLK_REF

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

Checks if the value of the field is AUXIO15

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

Checks if the value of the field is AUXIO14

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

Checks if the value of the field is AUXIO13

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

Checks if the value of the field is AUXIO12

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

Checks if the value of the field is AUXIO11

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

Checks if the value of the field is AUXIO10

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

Checks if the value of the field is AUXIO9

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

Checks if the value of the field is AUXIO8

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

Checks if the value of the field is AUXIO7

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

Checks if the value of the field is AUXIO6

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

Checks if the value of the field is AUXIO5

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

Checks if the value of the field is AUXIO4

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

Checks if the value of the field is AUXIO3

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

Checks if the value of the field is AUXIO2

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

Checks if the value of the field is AUXIO1

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

Checks if the value of the field is AUXIO0

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

Checks if the value of the field is AON_PROG_WU

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

Checks if the value of the field is AON_SW

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

Checks if the value of the field is OBSMUX1

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

Checks if the value of the field is OBSMUX0

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

Checks if the value of the field is ADC_FIFO_ALMOST_FULL

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

Checks if the value of the field is ADC_DONE

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

Checks if the value of the field is SMPH_AUTOTAKE_DONE

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

Checks if the value of the field is TIMER1_EV

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

Checks if the value of the field is TIMER0_EV

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

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

Checks if the value of the field is AON_RTC_CH2

Trait Implementations

impl Copy for WEV7_EVR[src]

impl Debug for WEV7_EVR[src]

impl PartialEq<WEV7_EVR> for WEV7_EVR[src]

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

This method tests for !=.

impl Clone for WEV7_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 WEV7_EVR

impl Sync for WEV7_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]