[][src]Enum cc13x2_cc26x2_pac::aux_aiodio0::io5psel::SRCW

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

Values that can be written to 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

Auto Trait Implementations

impl Send for SRCW

impl Sync for SRCW

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]

impl<T> Same for T

type Output = T

Should always be Self