[][src]Struct cc2650::aux_evctl::veccfg0::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 reserved15(&self) -> RESERVED15R[src]

Bits 15:31 - 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 vec1_pol(&self) -> VEC1_POLR[src]

Bit 14 - Vector 1 trigger event polarity. To manually trigger vector 1 execution: - AUX_SCE must sleep. - Set VEC1_EV to a known static value. - Toggle VEC1_POL twice.

pub fn vec1_en(&self) -> VEC1_ENR[src]

Bit 13 - Vector 1 trigger enable. When enabled, VEC1_EV event with VEC1_POL polarity triggers a jump to vector # 1 when AUX_SCE sleeps. Lower vectors (0) have priority.

pub fn vec1_ev(&self) -> VEC1_EVR[src]

Bits 8:12 - Select vector 1 trigger source event.

pub fn reserved7(&self) -> RESERVED7R[src]

Bit 7 - 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 vec0_pol(&self) -> VEC0_POLR[src]

Bit 6 - Vector 0 trigger event polarity. To manually trigger vector 0 execution: - AUX_SCE must sleep. - Set VEC0_EV to a known static value. - Toggle VEC0_POL twice.

pub fn vec0_en(&self) -> VEC0_ENR[src]

Bit 5 - Vector 0 trigger enable. When enabled, VEC0_EV event with VEC0_POL polarity triggers a jump to vector # 0 when AUX_SCE sleeps.

pub fn vec0_ev(&self) -> VEC0_EVR[src]

Bits 0:4 - Select vector 0 trigger source event.

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]