[][src]Struct cc2650::aux_evctl::veccfg1::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 vec3_pol(&self) -> VEC3_POLR[src]

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

pub fn vec3_en(&self) -> VEC3_ENR[src]

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

pub fn vec3_ev(&self) -> VEC3_EVR[src]

Bits 8:12 - Select vector 3 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 vec2_pol(&self) -> VEC2_POLR[src]

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

pub fn vec2_en(&self) -> VEC2_ENR[src]

Bit 5 - Vector 2 trigger enable. When enabled, VEC2_EV event with VEC2_POL polarity triggers a jump to vector # 2 when AUX_SCE sleeps. Lower vectors (0 and 1) have priority.

pub fn vec2_ev(&self) -> VEC2_EVR[src]

Bits 0:4 - Select vector 2 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]