[][src]Struct cc13x2_cc26x2_hal::aux_evctl::evstat1::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 reserved16(&self) -> RESERVED16R[src]

Bits 16:31 - 31:16] 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 auxio31(&self) -> AUXIO31R[src]

Bit 15 - 15:15] AUXIO31 pin level, read value corresponds to AUX_AIODIO3:GPIODIN bit 7.

pub fn auxio30(&self) -> AUXIO30R[src]

Bit 14 - 14:14] AUXIO30 pin level, read value corresponds to AUX_AIODIO3:GPIODIN bit 6.

pub fn auxio29(&self) -> AUXIO29R[src]

Bit 13 - 13:13] AUXIO29 pin level, read value corresponds to AUX_AIODIO3:GPIODIN bit 5.

pub fn auxio28(&self) -> AUXIO28R[src]

Bit 12 - 12:12] AUXIO28 pin level, read value corresponds to AUX_AIODIO3:GPIODIN bit 4.

pub fn auxio27(&self) -> AUXIO27R[src]

Bit 11 - 11:11] AUXIO27 pin level, read value corresponds to AUX_AIODIO3:GPIODIN bit 3.

pub fn auxio26(&self) -> AUXIO26R[src]

Bit 10 - 10:10] AUXIO26 pin level, read value corresponds to AUX_AIODIO3:GPIODIN bit 2.

pub fn auxio25(&self) -> AUXIO25R[src]

Bit 9 - 9:9] AUXIO25 pin level, read value corresponds to AUX_AIODIO3:GPIODIN bit 1.

pub fn auxio24(&self) -> AUXIO24R[src]

Bit 8 - 8:8] AUXIO24 pin level, read value corresponds to AUX_AIODIO3:GPIODIN bit 0.

pub fn auxio23(&self) -> AUXIO23R[src]

Bit 7 - 7:7] AUXIO23 pin level, read value corresponds to AUX_AIODIO2:GPIODIN bit 7.

pub fn auxio22(&self) -> AUXIO22R[src]

Bit 6 - 6:6] AUXIO22 pin level, read value corresponds to AUX_AIODIO2:GPIODIN bit 6.

pub fn auxio21(&self) -> AUXIO21R[src]

Bit 5 - 5:5] AUXIO21 pin level, read value corresponds to AUX_AIODIO2:GPIODIN bit 5.

pub fn auxio20(&self) -> AUXIO20R[src]

Bit 4 - 4:4] AUXIO20 pin level, read value corresponds to AUX_AIODIO2:GPIODIN bit 4.

pub fn auxio19(&self) -> AUXIO19R[src]

Bit 3 - 3:3] AUXIO19 pin level, read value corresponds to AUX_AIODIO2:GPIODIN bit 3.

pub fn auxio18(&self) -> AUXIO18R[src]

Bit 2 - 2:2] AUXIO18 pin level, read value corresponds to AUX_AIODIO2:GPIODIN bit 2.

pub fn auxio17(&self) -> AUXIO17R[src]

Bit 1 - 1:1] AUXIO17 pin level, read value corresponds to AUX_AIODIO2:GPIODIN bit 1.

pub fn auxio16(&self) -> AUXIO16R[src]

Bit 0 - 0:0] AUXIO16 pin level, read value corresponds to AUX_AIODIO2:GPIODIN bit 0.

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