[][src]Struct cc13x2_cc26x2_hal::aux_timer2::evctl::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 reserved8(&mut self) -> _RESERVED8W[src]

Bits 8:31 - 31:8] 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 ev3_set(&mut self) -> _EV3_SETW[src]

Bit 7 - 7:7] Set event 3. Write 1 to set event 3.

pub fn ev3_clr(&mut self) -> _EV3_CLRW[src]

Bit 6 - 6:6] Clear event 3. Write 1 to clear event 3.

pub fn ev2_set(&mut self) -> _EV2_SETW[src]

Bit 5 - 5:5] Set event 2. Write 1 to set event 2.

pub fn ev2_clr(&mut self) -> _EV2_CLRW[src]

Bit 4 - 4:4] Clear event 2. Write 1 to clear event 2.

pub fn ev1_set(&mut self) -> _EV1_SETW[src]

Bit 3 - 3:3] Set event 1. Write 1 to set event 1.

pub fn ev1_clr(&mut self) -> _EV1_CLRW[src]

Bit 2 - 2:2] Clear event 1. Write 1 to clear event 1.

pub fn ev0_set(&mut self) -> _EV0_SETW[src]

Bit 1 - 1:1] Set event 0. Write 1 to set event 0.

pub fn ev0_clr(&mut self) -> _EV0_CLRW[src]

Bit 0 - 0:0] Clear event 0. Write 1 to clear event 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]

impl<T> Same for T

type Output = T

Should always be Self