[][src]Struct cc13x2_cc26x2_hal::aux_aiodio2::iomode::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 io7(&mut self) -> _IO7W[src]

Bits 14:15 - 15:14] Selects mode for AUXIO[8i+7].

pub fn io6(&mut self) -> _IO6W[src]

Bits 12:13 - 13:12] Selects mode for AUXIO[8i+6].

pub fn io5(&mut self) -> _IO5W[src]

Bits 10:11 - 11:10] Selects mode for AUXIO[8i+5].

pub fn io4(&mut self) -> _IO4W[src]

Bits 8:9 - 9:8] Selects mode for AUXIO[8i+4].

pub fn io3(&mut self) -> _IO3W[src]

Bits 6:7 - 7:6] Selects mode for AUXIO[8i+3].

pub fn io2(&mut self) -> _IO2W[src]

Bits 4:5 - 5:4] Select mode for AUXIO[8i+2].

pub fn io1(&mut self) -> _IO1W[src]

Bits 2:3 - 3:2] Select mode for AUXIO[8i+1].

pub fn io0(&mut self) -> _IO0W[src]

Bits 0:1 - 1:0] Select mode for AUXIO[8i+0].

Auto Trait Implementations

impl Send for W

impl Sync for W

Blanket Implementations

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> From for T[src]

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