[][src]Enum cc13x2_cc26x2_hal::aux_sysif::veccfg1::VEC_EVR

pub enum VEC_EVR {
    AON_RTC_CH2_DLY,
    SW_WU3,
    SW_WU2,
    SW_WU1,
    SW_WU0,
    PROG_WU3,
    PROG_WU2,
    PROG_WU1,
    PROG_WU0,
    NONE,
    _Reserved(u8),
}

Possible values of the field VEC_EV

Variants

AON_RTC_CH2_DLY

AUX_EVCTL:EVSTAT2.AON_RTC_CH2_DLY

SW_WU3

WUFLAGS.SW_WU3

SW_WU2

WUFLAGS.SW_WU2

SW_WU1

WUFLAGS.SW_WU1

SW_WU0

WUFLAGS.SW_WU0

PROG_WU3

WUFLAGS.PROG_WU3

PROG_WU2

WUFLAGS.PROG_WU2

PROG_WU1

WUFLAGS.PROG_WU1

PROG_WU0

WUFLAGS.PROG_WU0

NONE

Vector is disabled.

_Reserved(u8)

Reserved

Methods

impl VEC_EVR[src]

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

Value of the field as raw bits

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

Checks if the value of the field is AON_RTC_CH2_DLY

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

Checks if the value of the field is SW_WU3

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

Checks if the value of the field is SW_WU2

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

Checks if the value of the field is SW_WU1

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

Checks if the value of the field is SW_WU0

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

Checks if the value of the field is PROG_WU3

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

Checks if the value of the field is PROG_WU2

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

Checks if the value of the field is PROG_WU1

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

Checks if the value of the field is PROG_WU0

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

Checks if the value of the field is NONE

Trait Implementations

impl Copy for VEC_EVR[src]

impl Debug for VEC_EVR[src]

impl PartialEq<VEC_EVR> for VEC_EVR[src]

impl Clone for VEC_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 VEC_EVR

impl Sync for VEC_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