[][src]Struct cc13x2_cc26x2_hal::aux_evctl::combevtomcumask::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 reserved16(&self) -> RESERVED16R[src]

Bits 16:31 - 31:16] 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_timer2_pulse(&self) -> AUX_TIMER2_PULSER[src]

Bit 15 - 15:15] EVTOMCUFLAGS.AUX_TIMER2_PULSE contribution to the AUX_COMB event. 0: Exclude. 1: Include.

pub fn aux_timer2_ev3(&self) -> AUX_TIMER2_EV3R[src]

Bit 14 - 14:14] EVTOMCUFLAGS.AUX_TIMER2_EV3 contribution to the AUX_COMB event. 0: Exclude. 1: Include.

pub fn aux_timer2_ev2(&self) -> AUX_TIMER2_EV2R[src]

Bit 13 - 13:13] EVTOMCUFLAGS.AUX_TIMER2_EV2 contribution to the AUX_COMB event. 0: Exclude. 1: Include.

pub fn aux_timer2_ev1(&self) -> AUX_TIMER2_EV1R[src]

Bit 12 - 12:12] EVTOMCUFLAGS.AUX_TIMER2_EV1 contribution to the AUX_COMB event. 0: Exclude. 1: Include.

pub fn aux_timer2_ev0(&self) -> AUX_TIMER2_EV0R[src]

Bit 11 - 11:11] EVTOMCUFLAGS.AUX_TIMER2_EV0 contribution to the AUX_COMB event. 0: Exclude. 1: Include.

pub fn aux_adc_irq(&self) -> AUX_ADC_IRQR[src]

Bit 10 - 10:10] EVTOMCUFLAGS.AUX_ADC_IRQ contribution to the AUX_COMB event. 0: Exclude. 1: Include.

pub fn mcu_obsmux0(&self) -> MCU_OBSMUX0R[src]

Bit 9 - 9:9] EVTOMCUFLAGS.MCU_OBSMUX0 contribution to the AUX_COMB event. 0: Exclude. 1: Include.

pub fn aux_adc_fifo_almost_full(&self) -> AUX_ADC_FIFO_ALMOST_FULLR[src]

Bit 8 - 8:8] EVTOMCUFLAGS.AUX_ADC_FIFO_ALMOST_FULL contribution to the AUX_COMB event. 0: Exclude. 1: Include.

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

Bit 7 - 7:7] EVTOMCUFLAGS.AUX_ADC_DONE contribution to the AUX_COMB event. 0: Exclude. 1: Include.

pub fn aux_smph_autotake_done(&self) -> AUX_SMPH_AUTOTAKE_DONER[src]

Bit 6 - 6:6] EVTOMCUFLAGS.AUX_SMPH_AUTOTAKE_DONE contribution to the AUX_COMB event. 0: Exclude. 1: Include.

pub fn aux_timer1_ev(&self) -> AUX_TIMER1_EVR[src]

Bit 5 - 5:5] EVTOMCUFLAGS.AUX_TIMER1_EV contribution to the AUX_COMB event. 0: Exclude. 1: Include.

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

Bit 4 - 4:4] EVTOMCUFLAGS.AUX_TIMER0_EV contribution to the AUX_COMB event. 0: Exclude. 1: Include.

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

Bit 3 - 3:3] EVTOMCUFLAGS.AUX_TDC_DONE contribution to the AUX_COMB event. 0: Exclude. 1: Include.

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

Bit 2 - 2:2] EVTOMCUFLAGS.AUX_COMPB contribution to the AUX_COMB event. 0: Exclude 1: Include.

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

Bit 1 - 1:1] EVTOMCUFLAGS.AUX_COMPA contribution to the AUX_COMB event. 0: Exclude. 1: Include.

pub fn aux_wu_ev(&self) -> AUX_WU_EVR[src]

Bit 0 - 0:0] EVTOMCUFLAGS.AUX_WU_EV contribution to the AUX_COMB event. 0: Exclude. 1: Include.

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]

impl<T> Same for T

type Output = T

Should always be Self