[][src]Struct cc13x2_cc26x2_pac::aux_aiodio3::io4psel::_SRCW

pub struct _SRCW<'a> { /* fields omitted */ }

Proxy

Methods

impl<'a> _SRCW<'a>[src]

pub fn variant(self, variant: SRCW) -> &'a mut W[src]

Writes variant to the field

pub fn aux_timer2_pulse(self) -> &'a mut W[src]

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

pub fn aux_timer2_ev3(self) -> &'a mut W[src]

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

pub fn aux_timer2_ev2(self) -> &'a mut W[src]

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

pub fn aux_timer2_ev1(self) -> &'a mut W[src]

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

pub fn aux_timer2_ev0(self) -> &'a mut W[src]

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

pub fn aux_spim_mosi(self) -> &'a mut W[src]

Peripheral output mux selects AUX_SPIM MOSI.

pub fn aux_spim_sclk(self) -> &'a mut W[src]

Peripheral output mux selects AUX_SPIM SCLK.

pub fn aux_ev_obs(self) -> &'a mut W[src]

Peripheral output mux selects event selected by AUX_EVCTL:EVOBSCFG

pub fn bits(self, value: u8) -> &'a mut W[src]

Writes raw bits to the field

Auto Trait Implementations

impl<'a> Send for _SRCW<'a>

impl<'a> Sync for _SRCW<'a>

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