[][src]Struct efr32xg1::prs::peek::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 ch0val(&self) -> CH0VALR
[src]

Bit 0 - Channel 0 Current Value

pub fn ch1val(&self) -> CH1VALR
[src]

Bit 1 - Channel 1 Current Value

pub fn ch2val(&self) -> CH2VALR
[src]

Bit 2 - Channel 2 Current Value

pub fn ch3val(&self) -> CH3VALR
[src]

Bit 3 - Channel 3 Current Value

pub fn ch4val(&self) -> CH4VALR
[src]

Bit 4 - Channel 4 Current Value

pub fn ch5val(&self) -> CH5VALR
[src]

Bit 5 - Channel 5 Current Value

pub fn ch6val(&self) -> CH6VALR
[src]

Bit 6 - Channel 6 Current Value

pub fn ch7val(&self) -> CH7VALR
[src]

Bit 7 - Channel 7 Current Value

pub fn ch8val(&self) -> CH8VALR
[src]

Bit 8 - Channel 8 Current Value

pub fn ch9val(&self) -> CH9VALR
[src]

Bit 9 - Channel 9 Current Value

pub fn ch10val(&self) -> CH10VALR
[src]

Bit 10 - Channel 10 Current Value

pub fn ch11val(&self) -> CH11VALR
[src]

Bit 11 - Channel 11 Current Value

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]