[][src]Struct efr32xg1::prs::swlevel::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 ch0level(&self) -> CH0LEVELR
[src]

Bit 0 - Channel 0 Software Level

pub fn ch1level(&self) -> CH1LEVELR
[src]

Bit 1 - Channel 1 Software Level

pub fn ch2level(&self) -> CH2LEVELR
[src]

Bit 2 - Channel 2 Software Level

pub fn ch3level(&self) -> CH3LEVELR
[src]

Bit 3 - Channel 3 Software Level

pub fn ch4level(&self) -> CH4LEVELR
[src]

Bit 4 - Channel 4 Software Level

pub fn ch5level(&self) -> CH5LEVELR
[src]

Bit 5 - Channel 5 Software Level

pub fn ch6level(&self) -> CH6LEVELR
[src]

Bit 6 - Channel 6 Software Level

pub fn ch7level(&self) -> CH7LEVELR
[src]

Bit 7 - Channel 7 Software Level

pub fn ch8level(&self) -> CH8LEVELR
[src]

Bit 8 - Channel 8 Software Level

pub fn ch9level(&self) -> CH9LEVELR
[src]

Bit 9 - Channel 9 Software Level

pub fn ch10level(&self) -> CH10LEVELR
[src]

Bit 10 - Channel 10 Software Level

pub fn ch11level(&self) -> CH11LEVELR
[src]

Bit 11 - Channel 11 Software Level

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
    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, 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]