[][src]Enum cc2650::aon_event::mcuwusel::WU0_EVW

pub enum WU0_EVW {
    NONE,
    AUX_COMPB_ASYNC_N,
    AUX_COMPB_ASYNC,
    BATMON_VOLT,
    BATMON_TEMP,
    AUX_TIMER1_EV,
    AUX_TIMER0_EV,
    AUX_TDC_DONE,
    AUX_ADC_DONE,
    AUX_COMPB,
    AUX_COMPA,
    AUX_SWEV2,
    AUX_SWEV1,
    AUX_SWEV0,
    JTAG,
    RTC_UPD,
    RTC_COMB_DLY,
    RTC_CH2_DLY,
    RTC_CH1_DLY,
    RTC_CH0_DLY,
    RTC_CH2,
    RTC_CH1,
    RTC_CH0,
    PAD,
    PAD31,
    PAD30,
    PAD29,
    PAD28,
    PAD27,
    PAD26,
    PAD25,
    PAD24,
    PAD23,
    PAD22,
    PAD21,
    PAD20,
    PAD19,
    PAD18,
    PAD17,
    PAD16,
    PAD15,
    PAD14,
    PAD13,
    PAD12,
    PAD11,
    PAD10,
    PAD9,
    PAD8,
    PAD7,
    PAD6,
    PAD5,
    PAD4,
    PAD3,
    PAD2,
    PAD1,
    PAD0,
}

Values that can be written to the field WU0_EV

Variants

NONE

No event, always low

AUX_COMPB_ASYNC_N

Comparator B not triggered. Asynchronous signal directly from AUX Comparator B (inverted) as opposed to AUX_COMPB which is synchronized in AUX

AUX_COMPB_ASYNC

Comparator B triggered. Asynchronous signal directly from the AUX Comparator B as opposed to AUX_COMPB which is synchronized in AUX

BATMON_VOLT

BATMON voltage update event

BATMON_TEMP

BATMON temperature update event

AUX_TIMER1_EV

AUX Timer 1 Event

AUX_TIMER0_EV

AUX Timer 0 Event

AUX_TDC_DONE

TDC completed or timed out

AUX_ADC_DONE

ADC conversion completed

AUX_COMPB

Comparator B triggered

AUX_COMPA

Comparator A triggered

AUX_SWEV2

AUX Software triggered event #2. Triggered by AUX_EVCTL:SWEVSET.SWEV2

AUX_SWEV1

AUX Software triggered event #1. Triggered by AUX_EVCTL:SWEVSET.SWEV1

AUX_SWEV0

AUX Software triggered event #0. Triggered by AUX_EVCTL:SWEVSET.SWEV0

JTAG

JTAG generated event

RTC_UPD

RTC Update Tick (16 kHz signal, i.e. event line toggles value every 32 kHz clock period)

RTC_COMB_DLY

RTC combined delayed event

RTC_CH2_DLY

RTC channel 2 - delayed event

RTC_CH1_DLY

RTC channel 1 - delayed event

RTC_CH0_DLY

RTC channel 0 - delayed event

RTC_CH2

RTC channel 2 event

RTC_CH1

RTC channel 1 event

RTC_CH0

RTC channel 0 event

PAD

Edge detect on any PAD

PAD31

Edge detect on PAD31

PAD30

Edge detect on PAD30

PAD29

Edge detect on PAD29

PAD28

Edge detect on PAD28

PAD27

Edge detect on PAD27

PAD26

Edge detect on PAD26

PAD25

Edge detect on PAD25

PAD24

Edge detect on PAD24

PAD23

Edge detect on PAD23

PAD22

Edge detect on PAD22

PAD21

Edge detect on PAD21

PAD20

Edge detect on PAD20

PAD19

Edge detect on PAD19

PAD18

Edge detect on PAD18

PAD17

Edge detect on PAD17

PAD16

Edge detect on PAD16

PAD15

Edge detect on PAD15

PAD14

Edge detect on PAD14

PAD13

Edge detect on PAD13

PAD12

Edge detect on PAD12

PAD11

Edge detect on PAD11

PAD10

Edge detect on PAD10

PAD9

Edge detect on PAD9

PAD8

Edge detect on PAD8

PAD7

Edge detect on PAD7

PAD6

Edge detect on PAD6

PAD5

Edge detect on PAD5

PAD4

Edge detect on PAD4

PAD3

Edge detect on PAD3

PAD2

Edge detect on PAD2

PAD1

Edge detect on PAD1

PAD0

Edge detect on PAD0

Trait Implementations

impl Clone for WU0_EVW[src]

fn clone_from(&mut self, source: &Self)
1.0.0
[src]

Performs copy-assignment from source. Read more

impl PartialEq<WU0_EVW> for WU0_EVW[src]

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

This method tests for !=.

impl Copy for WU0_EVW[src]

impl Debug for WU0_EVW[src]

Auto Trait Implementations

impl Send for WU0_EVW

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