[][src]Struct cc2650::aux_evctl::evstat0::R

pub struct R { /* fields omitted */ }

Value read from the register

Methods

impl R[src]

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

Value of the register as raw bits

pub fn auxio2(&self) -> AUXIO2R[src]

Bit 15 - AUXIO2 pin level, read value corresponds to AUX_AIODIO0:GPIODIN bit 2.

pub fn auxio1(&self) -> AUXIO1R[src]

Bit 14 - AUXIO1 pin level, read value corresponds to AUX_AIODIO0:GPIODIN bit 1.

pub fn auxio0(&self) -> AUXIO0R[src]

Bit 13 - AUXIO0 pin level, read value corresponds to AUX_AIODIO0:GPIODIN bit 0.

pub fn aon_prog_wu(&self) -> AON_PROG_WUR[src]

Bit 12 - AON_EVENT:AUXWUSEL.WU2_EV OR AON_EVENT:AUXWUSEL.WU1_EV OR AON_EVENT:AUXWUSEL.WU0_EV

pub fn aon_sw(&self) -> AON_SWR[src]

Bit 11 - AON_WUC:AUXCTL.SWEV

pub fn obsmux1(&self) -> OBSMUX1R[src]

Bit 10 - Observation input 1 from IOC. This event is configured by IOC:OBSAUXOUTPUT.SEL1.

pub fn obsmux0(&self) -> OBSMUX0R[src]

Bit 9 - Observation input 0 from IOC. This event is configured by IOC:OBSAUXOUTPUT.SEL0 and can be overridden by IOC:OBSAUXOUTPUT.SEL_MISC.

pub fn adc_fifo_almost_full(&self) -> ADC_FIFO_ALMOST_FULLR[src]

Bit 8 - AUX_ANAIF:ADCFIFOSTAT.ALMOST_FULL

pub fn adc_done(&self) -> ADC_DONER[src]

Bit 7 - AUX_ANAIF ADC conversion done event.

pub fn smph_autotake_done(&self) -> SMPH_AUTOTAKE_DONER[src]

Bit 6 - See AUX_SMPH:AUTOTAKE.SMPH_ID for description.

pub fn timer1_ev(&self) -> TIMER1_EVR[src]

Bit 5 - AUX_TIMER1_EV event, see AUX_TIMER:T1TARGET for description.

pub fn timer0_ev(&self) -> TIMER0_EVR[src]

Bit 4 - AUX_TIMER0_EV event, see AUX_TIMER:T0TARGET for description.

pub fn tdc_done(&self) -> TDC_DONER[src]

Bit 3 - AUX_TDC:STAT.DONE

pub fn aux_compb(&self) -> AUX_COMPBR[src]

Bit 2 - Comparator B output

pub fn aux_compa(&self) -> AUX_COMPAR[src]

Bit 1 - Comparator A output

pub fn aon_rtc_ch2(&self) -> AON_RTC_CH2R[src]

Bit 0 - AON_RTC:EVFLAGS.CH2

Auto Trait Implementations

impl Send for R

impl Sync for R

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]