[][src]Struct cc13x2_cc26x2_hal::aux_sysif::wuflags::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 reserved8(&self) -> RESERVED8R[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 sw_wu3(&self) -> SW_WU3R[src]

Bit 7 - 7:7] Software wakeup 3 flag. 0: Software wakeup 3 not triggered. 1: Software wakeup 3 triggered.

pub fn sw_wu2(&self) -> SW_WU2R[src]

Bit 6 - 6:6] Software wakeup 2 flag. 0: Software wakeup 2 not triggered. 1: Software wakeup 2 triggered.

pub fn sw_wu1(&self) -> SW_WU1R[src]

Bit 5 - 5:5] Software wakeup 1 flag. 0: Software wakeup 1 not triggered. 1: Software wakeup 1 triggered.

pub fn sw_wu0(&self) -> SW_WU0R[src]

Bit 4 - 4:4] Software wakeup 0 flag. 0: Software wakeup 0 not triggered. 1: Software wakeup 0 triggered.

pub fn prog_wu3(&self) -> PROG_WU3R[src]

Bit 3 - 3:3] Programmable wakeup 3. 0: Programmable wakeup 3 not triggered. 1: Programmable wakeup 3 triggered.

pub fn prog_wu2(&self) -> PROG_WU2R[src]

Bit 2 - 2:2] Programmable wakeup 2. 0: Programmable wakeup 2 not triggered. 1: Programmable wakeup 2 triggered.

pub fn prog_wu1(&self) -> PROG_WU1R[src]

Bit 1 - 1:1] Programmable wakeup 1. 0: Programmable wakeup 1 not triggered. 1: Programmable wakeup 1 triggered.

pub fn prog_wu0(&self) -> PROG_WU0R[src]

Bit 0 - 0:0] Programmable wakeup 0. 0: Programmable wakeup 0 not triggered. 1: Programmable wakeup 0 triggered.

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]

impl<T> Same for T

type Output = T

Should always be Self