[][src]Struct cc13x2_cc26x2_hal::aux_evctl::evstat0::W

pub struct W { /* fields omitted */ }

Value to write to the register

Methods

impl W[src]

pub fn reset_value() -> W[src]

Reset value of the register

pub unsafe fn bits(&mut self, bits: u32) -> &mut Self[src]

Writes raw bits to the register

pub fn reserved16(&mut self) -> _RESERVED16W[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(&mut self) -> _AUXIO15W[src]

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Bit 0 - 0:0] AUXIO0 pin level, read value corresponds to AUX_AIODIO0:GPIODIN bit 0.

Auto Trait Implementations

impl Send for W

impl Sync for W

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