[][src]Struct cc2650::aux_evctl::evtoaonflagsclr::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 timer1_ev(&mut self) -> _TIMER1_EVW[src]

Bit 8 - Write 1 to clear EVTOAONFLAGS.TIMER1_EV. Read value is 0.

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

Bit 7 - Write 1 to clear EVTOAONFLAGS.TIMER0_EV. Read value is 0.

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

Bit 6 - Write 1 to clear EVTOAONFLAGS.TDC_DONE. Read value is 0.

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

Bit 5 - Write 1 to clear EVTOAONFLAGS.ADC_DONE. Read value is 0.

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

Bit 4 - Write 1 to clear EVTOAONFLAGS.AUX_COMPB. Read value is 0.

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

Bit 3 - Write 1 to clear EVTOAONFLAGS.AUX_COMPA. Read value is 0.

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

Bit 2 - Write 1 to clear EVTOAONFLAGS.SWEV2. Read value is 0.

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

Bit 1 - Write 1 to clear EVTOAONFLAGS.SWEV1. Read value is 0.

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

Bit 0 - Write 1 to clear EVTOAONFLAGS.SWEV0. Read value is 0.

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]