[][src]Struct cc13x2_cc26x2_hal::aux_evctl::evtomcuflags::W

pub struct W { /* fields omitted */ }

Value to write to the register

Methods

impl W[src]

pub fn reset_value() -> W[src]

Reset value of the register

pub unsafe fn bits(&mut self, bits: u32) -> &mut Self[src]

Writes raw bits to the register

pub fn reserved16(&mut self) -> _RESERVED16W[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(&mut self) -> _AUX_TIMER2_PULSEW[src]

Bit 15 - 15:15] This event flag is set when level selected by EVTOMCUPOL.AUX_TIMER2_PULSE occurs on EVSTAT3.AUX_TIMER2_PULSE.

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

Bit 14 - 14:14] This event flag is set when level selected by EVTOMCUPOL.AUX_TIMER2_EV3 occurs on EVSTAT3.AUX_TIMER2_EV3.

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

Bit 13 - 13:13] This event flag is set when level selected by EVTOMCUPOL.AUX_TIMER2_EV2 occurs on EVSTAT3.AUX_TIMER2_EV2.

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

Bit 12 - 12:12] This event flag is set when level selected by EVTOMCUPOL.AUX_TIMER2_EV1 occurs on EVSTAT3.AUX_TIMER2_EV1.

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

Bit 11 - 11:11] This event flag is set when level selected by EVTOMCUPOL.AUX_TIMER2_EV0 occurs on EVSTAT3.AUX_TIMER2_EV0.

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

Bit 10 - 10:10] This event flag is set when level selected by EVTOMCUPOL.AUX_ADC_IRQ occurs on EVSTAT3.AUX_ADC_IRQ.

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

Bit 9 - 9:9] This event flag is set when level selected by EVTOMCUPOL.MCU_OBSMUX0 occurs on EVSTAT2.MCU_OBSMUX0.

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Bit 0 - 0:0] This event flag is set when level selected by EVTOMCUPOL.AUX_WU_EV occurs on reduction-OR of the AUX_SYSIF:WUFLAGS register.

Auto Trait Implementations

impl Send for W

impl Sync for W

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