[][src]Struct cc13x2_cc26x2_hal::aux_evctl::evstat0::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 auxio15(&self) -> AUXIO15R[src]

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

pub fn auxio14(&self) -> AUXIO14R[src]

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

pub fn auxio13(&self) -> AUXIO13R[src]

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

pub fn auxio12(&self) -> AUXIO12R[src]

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

pub fn auxio11(&self) -> AUXIO11R[src]

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

pub fn auxio10(&self) -> AUXIO10R[src]

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

pub fn auxio9(&self) -> AUXIO9R[src]

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

pub fn auxio8(&self) -> AUXIO8R[src]

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

pub fn auxio7(&self) -> AUXIO7R[src]

Bit 7 - 7:7] AUXIO7 pin level, read value corresponds to AUX_AIODIO0:GPIODIN bit 7.

pub fn auxio6(&self) -> AUXIO6R[src]

Bit 6 - 6:6] AUXIO6 pin level, read value corresponds to AUX_AIODIO0:GPIODIN bit 6.

pub fn auxio5(&self) -> AUXIO5R[src]

Bit 5 - 5:5] AUXIO5 pin level, read value corresponds to AUX_AIODIO0:GPIODIN bit 5.

pub fn auxio4(&self) -> AUXIO4R[src]

Bit 4 - 4:4] AUXIO4 pin level, read value corresponds to AUX_AIODIO0:GPIODIN bit 4.

pub fn auxio3(&self) -> AUXIO3R[src]

Bit 3 - 3:3] AUXIO3 pin level, read value corresponds to AUX_AIODIO0:GPIODIN bit 3.

pub fn auxio2(&self) -> AUXIO2R[src]

Bit 2 - 2:2] AUXIO2 pin level, read value corresponds to AUX_AIODIO0:GPIODIN bit 2.

pub fn auxio1(&self) -> AUXIO1R[src]

Bit 1 - 1:1] AUXIO1 pin level, read value corresponds to AUX_AIODIO0:GPIODIN bit 1.

pub fn auxio0(&self) -> AUXIO0R[src]

Bit 0 - 0:0] AUXIO0 pin level, read value corresponds to AUX_AIODIO0: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