[][src]Struct cc13x2_cc26x2_hal::aux_evctl::evtoaonflags::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 - 31:9] 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 aux_timer1_ev(&self) -> AUX_TIMER1_EVR[src]

Bit 8 - 8:8] This event flag is set when level selected by EVTOAONPOL.AUX_TIMER1_EV occurs on EVSTAT3.AUX_TIMER1_EV.

pub fn aux_timer0_ev(&self) -> AUX_TIMER0_EVR[src]

Bit 7 - 7:7] This event flag is set when level selected by EVTOAONPOL.AUX_TIMER0_EV occurs on EVSTAT3.AUX_TIMER0_EV.

pub fn aux_tdc_done(&self) -> AUX_TDC_DONER[src]

Bit 6 - 6:6] This event flag is set when level selected by EVTOAONPOL.AUX_TDC_DONE occurs on EVSTAT3.AUX_TDC_DONE.

pub fn aux_adc_done(&self) -> AUX_ADC_DONER[src]

Bit 5 - 5:5] This event flag is set when level selected by EVTOAONPOL.AUX_ADC_DONE occurs on EVSTAT3.AUX_ADC_DONE.

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

Bit 4 - 4:4] This event flag is set when edge selected by EVTOAONPOL.AUX_COMPB occurs on EVSTAT2.AUX_COMPB.

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

Bit 3 - 3:3] This event flag is set when edge selected by EVTOAONPOL.AUX_COMPA occurs on EVSTAT2.AUX_COMPA.

pub fn swev2(&self) -> SWEV2R[src]

Bit 2 - 2:2] This event flag is set when software writes a 1 to SWEVSET.SWEV2.

pub fn swev1(&self) -> SWEV1R[src]

Bit 1 - 1:1] This event flag is set when software writes a 1 to SWEVSET.SWEV1.

pub fn swev0(&self) -> SWEV0R[src]

Bit 0 - 0:0] This event flag is set when software writes a 1 to SWEVSET.SWEV0.

Auto Trait Implementations

impl Send for R

impl Sync for R

Blanket Implementations

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> From for T[src]

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