[][src]Struct cc2650::aux_evctl::evtomcupol::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 reserved11(&self) -> RESERVED11R[src]

Bits 11:31 - Software should not rely on the value of a reserved. Writing any other value than the reset value may result in undefined behavior.

pub fn adc_irq(&self) -> ADC_IRQR[src]

Bit 10 - Select the event source level that sets EVTOMCUFLAGS.ADC_IRQ.

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

Bit 9 - Select the event source level that sets EVTOMCUFLAGS.OBSMUX0.

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

Bit 8 - Select the event source level that sets EVTOMCUFLAGS.ADC_FIFO_ALMOST_FULL.

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

Bit 7 - Select the event source level that sets EVTOMCUFLAGS.ADC_DONE.

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

Bit 6 - Select the event source level that sets EVTOMCUFLAGS.SMPH_AUTOTAKE_DONE.

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

Bit 5 - Select the event source level that sets EVTOMCUFLAGS.TIMER1_EV.

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

Bit 4 - Select the event source level that sets EVTOMCUFLAGS.TIMER0_EV.

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

Bit 3 - Select the event source level that sets EVTOMCUFLAGS.TDC_DONE.

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

Bit 2 - Select the event source level that sets EVTOMCUFLAGS.AUX_COMPB.

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

Bit 1 - Select the event source level that sets EVTOMCUFLAGS.AUX_COMPA.

pub fn aon_wu_ev(&self) -> AON_WU_EVR[src]

Bit 0 - Select the event source level that sets EVTOMCUFLAGS.AON_WU_EV.

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]