[][src]Struct cc2650::aux_tdcif::trigsrc::_STOP_SRCW

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

Proxy

Methods

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

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

Writes variant to the field

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

Select TDC Prescaler event which is generated by configuration of PRECTL.

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

AUX_EVCTL:EVSTAT1.MCU_EV

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

AUX_EVCTL:EVSTAT1.ACLK_REF

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

AUX_EVCTL:EVSTAT1.AUXIO15

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

AUX_EVCTL:EVSTAT1.AUXIO14

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

AUX_EVCTL:EVSTAT1.AUXIO13

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

AUX_EVCTL:EVSTAT1.AUXIO12

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

AUX_EVCTL:EVSTAT1.AUXIO11

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

AUX_EVCTL:EVSTAT1.AUXIO10

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

AUX_EVCTL:EVSTAT1.AUXIO9

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

AUX_EVCTL:EVSTAT1.AUXIO8

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

AUX_EVCTL:EVSTAT1.AUXIO7

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

AUX_EVCTL:EVSTAT1.AUXIO6

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

AUX_EVCTL:EVSTAT1.AUXIO5

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

AUX_EVCTL:EVSTAT1.AUXIO4

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

AUX_EVCTL:EVSTAT1.AUXIO3

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

AUX_EVCTL:EVSTAT0.AUXIO2

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

AUX_EVCTL:EVSTAT0.AUXIO1

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

AUX_EVCTL:EVSTAT0.AUXIO0

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

AUX_EVCTL:EVSTAT0.AON_PROG_WU

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

AUX_EVCTL:EVSTAT0.AON_SW

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

AUX_EVCTL:EVSTAT0.OBSMUX1

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

AUX_EVCTL:EVSTAT0.OBSMUX0

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

AUX_EVCTL:EVSTAT0.ADC_FIFO_ALMOST_FULL

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

AUX_EVCTL:EVSTAT0.ADC_DONE

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

AUX_EVCTL:EVSTAT0.SMPH_AUTOTAKE_DONE

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

AUX_EVCTL:EVSTAT0.TIMER1_EV

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

AUX_EVCTL:EVSTAT0.TIMER0_EV

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

AUX_ANAIF:ISRCCTL.RESET_N

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

AUX_EVCTL:EVSTAT0.AUX_COMPB

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

AUX_EVCTL:EVSTAT0.AUX_COMPA

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

AUX_EVCTL:EVSTAT0.AON_RTC_CH2

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

Writes raw bits to the field

Auto Trait Implementations

impl<'a> Send for _STOP_SRCW<'a>

impl<'a> Sync for _STOP_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]