[][src]Struct cc2650::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 adc_irq(&mut self) -> _ADC_IRQW[src]

Bit 10 - This event flag is set when level selected by EVTOMCUPOL.ADC_IRQ occurs on EVSTAT0.ADC_IRQ.

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

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

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

Bit 8 - This event flag is set when level selected by EVTOMCUPOL.ADC_FIFO_ALMOST_FULL occurs on EVSTAT0.ADC_FIFO_ALMOST_FULL.

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

Bit 7 - This event flag is set when level selected by EVTOMCUPOL.ADC_DONE occurs on EVSTAT0.ADC_DONE.

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

Bit 6 - This event flag is set when level selected by EVTOMCUPOL.SMPH_AUTOTAKE_DONE occurs on EVSTAT0.SMPH_AUTOTAKE_DONE.

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

Bit 5 - This event flag is set when level selected by EVTOMCUPOL.TIMER1_EV occurs on EVSTAT0.TIMER1_EV.

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

Bit 4 - This event flag is set when level selected by EVTOMCUPOL.TIMER0_EV occurs on EVSTAT0.TIMER0_EV.

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

Bit 3 - This event flag is set when level selected by EVTOMCUPOL.TDC_DONE occurs on EVSTAT0.TDC_DONE.

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

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

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

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

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

Bit 0 - This event flag is set when level selected by EVTOMCUPOL.AON_WU_EV occurs on the reduction-OR of the AUX_EVCTL:EVSTAT0.RTC_CH2_EV, AUX_EVCTL:EVSTAT0.AON_SW, and AUX_EVCTL:EVSTAT0.AON_PROG_WU events.

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]