[][src]Enum cc2650::event::udmach9ssel::EVR

pub enum EVR {
    ALWAYS_ACTIVE,
    GPT3B_DMABREQ,
    GPT3A_DMABREQ,
    GPT2B_DMABREQ,
    GPT2A_DMABREQ,
    GPT1B_DMABREQ,
    GPT1A_DMABREQ,
    GPT0B_DMABREQ,
    GPT0A_DMABREQ,
    TIE_LOW,
    NONE,
    _Reserved(u8),
}

Possible values of the field EV

Variants

ALWAYS_ACTIVE

Always asserted

GPT3B_DMABREQ

GPT3B DMA trigger event. Configured by GPT3:DMAEV

GPT3A_DMABREQ

GPT3A DMA trigger event. Configured by GPT3:DMAEV

GPT2B_DMABREQ

GPT2B DMA trigger event. Configured by GPT2:DMAEV

GPT2A_DMABREQ

GPT2A DMA trigger event. Configured by GPT2:DMAEV

GPT1B_DMABREQ

GPT1B DMA trigger event. Configured by GPT1:DMAEV

GPT1A_DMABREQ

GPT1A DMA trigger event. Configured by GPT1:DMAEV

GPT0B_DMABREQ

GPT0B DMA trigger event. Configured by GPT0:DMAEV

GPT0A_DMABREQ

GPT0A DMA trigger event. Configured by GPT0:DMAEV

TIE_LOW

Not used tied to 0

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

Checks if the value of the field is GPT3B_DMABREQ

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

Checks if the value of the field is GPT3A_DMABREQ

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

Checks if the value of the field is GPT2B_DMABREQ

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

Checks if the value of the field is GPT2A_DMABREQ

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

Checks if the value of the field is GPT1B_DMABREQ

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

Checks if the value of the field is GPT1A_DMABREQ

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

Checks if the value of the field is GPT0B_DMABREQ

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

Checks if the value of the field is GPT0A_DMABREQ

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

Checks if the value of the field is TIE_LOW

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> 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]