[][src]Struct efr32xg1::prs::routepen::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 ch0pen(&self) -> CH0PENR
[src]

Bit 0 - CH0 Pin Enable

pub fn ch1pen(&self) -> CH1PENR
[src]

Bit 1 - CH1 Pin Enable

pub fn ch2pen(&self) -> CH2PENR
[src]

Bit 2 - CH2 Pin Enable

pub fn ch3pen(&self) -> CH3PENR
[src]

Bit 3 - CH3 Pin Enable

pub fn ch4pen(&self) -> CH4PENR
[src]

Bit 4 - CH4 Pin Enable

pub fn ch5pen(&self) -> CH5PENR
[src]

Bit 5 - CH5 Pin Enable

pub fn ch6pen(&self) -> CH6PENR
[src]

Bit 6 - CH6 Pin Enable

pub fn ch7pen(&self) -> CH7PENR
[src]

Bit 7 - CH7 Pin Enable

pub fn ch8pen(&self) -> CH8PENR
[src]

Bit 8 - CH8 Pin Enable

pub fn ch9pen(&self) -> CH9PENR
[src]

Bit 9 - CH9 Pin Enable

pub fn ch10pen(&self) -> CH10PENR
[src]

Bit 10 - CH10 Pin Enable

pub fn ch11pen(&self) -> CH11PENR
[src]

Bit 11 - CH11 Pin Enable

Auto Trait Implementations

impl Send for R

impl Sync for R

Blanket Implementations

impl<T, U> TryFrom for T where
    T: From<U>, 
[src]

type Error = !

🔬 This is a nightly-only experimental API. (try_from)

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

🔬 This is a nightly-only experimental API. (try_from)

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]