[][src]Enum cc13x2_cc26x2_hal::aux_aiodio0::io7psel::SRCR

pub enum SRCR {
    AUX_TIMER2_PULSE,
    AUX_TIMER2_EV3,
    AUX_TIMER2_EV2,
    AUX_TIMER2_EV1,
    AUX_TIMER2_EV0,
    AUX_SPIM_MOSI,
    AUX_SPIM_SCLK,
    AUX_EV_OBS,
}

Possible values of the field SRC

Variants

AUX_TIMER2_PULSE

Peripheral output mux selects asynchronous version of AUX_EVCTL:EVSTAT3.AUX_TIMER2_PULSE.

AUX_TIMER2_EV3

Peripheral output mux selects asynchronous version of AUX_EVCTL:EVSTAT3.AUX_TIMER2_EV3.

AUX_TIMER2_EV2

Peripheral output mux selects asynchronous version of AUX_EVCTL:EVSTAT3.AUX_TIMER2_EV2.

AUX_TIMER2_EV1

Peripheral output mux selects asynchronous version of AUX_EVCTL:EVSTAT3.AUX_TIMER2_EV1.

AUX_TIMER2_EV0

Peripheral output mux selects asynchronous version of AUX_EVCTL:EVSTAT3.AUX_TIMER2_EV0.

AUX_SPIM_MOSI

Peripheral output mux selects AUX_SPIM MOSI.

AUX_SPIM_SCLK

Peripheral output mux selects AUX_SPIM SCLK.

AUX_EV_OBS

Peripheral output mux selects event selected by AUX_EVCTL:EVOBSCFG

Methods

impl SRCR[src]

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

Value of the field as raw bits

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

Checks if the value of the field is AUX_SPIM_MOSI

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

Checks if the value of the field is AUX_SPIM_SCLK

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

Checks if the value of the field is AUX_EV_OBS

Trait Implementations

impl Copy for SRCR[src]

impl Debug for SRCR[src]

impl PartialEq<SRCR> for SRCR[src]

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

This method tests for !=.

impl Clone for SRCR[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 SRCR

impl Sync for SRCR

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