[][src]Struct cc2650::aux_evctl::evtoaonpol::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 reserved9(&self) -> RESERVED9R[src]

Bits 9: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 timer1_ev(&self) -> TIMER1_EVR[src]

Bit 8 - Select the level of EVSTAT0.TIMER1_EV that sets EVTOAONFLAGS.TIMER1_EV.

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

Bit 7 - Select the level of EVSTAT0.TIMER0_EV that sets EVTOAONFLAGS.TIMER0_EV.

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

Bit 6 - Select level of EVSTAT0.TDC_DONE that sets EVTOAONFLAGS.TDC_DONE.

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

Bit 5 - Select the level of EVSTAT0.ADC_DONE that sets EVTOAONFLAGS.ADC_DONE.

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

Bit 4 - Select the edge of EVSTAT0.AUX_COMPB that sets EVTOAONFLAGS.AUX_COMPB.

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

Bit 3 - Select the edge of EVSTAT0.AUX_COMPA that sets EVTOAONFLAGS.AUX_COMPA.

pub fn reserved2(&self) -> RESERVED2R[src]

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

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]