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

Bit 0 - Channel 0 Software Level

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

Bit 1 - Channel 1 Software Level

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

Bit 2 - Channel 2 Software Level

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

Bit 3 - Channel 3 Software Level

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

Bit 4 - Channel 4 Software Level

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

Bit 5 - Channel 5 Software Level

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

Bit 6 - Channel 6 Software Level

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

Bit 7 - Channel 7 Software Level

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

Bit 8 - Channel 8 Software Level

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

Bit 9 - Channel 9 Software Level

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

Bit 10 - Channel 10 Software Level

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

Bit 11 - Channel 11 Software Level

Auto Trait Implementations

impl Send for W

impl Sync for W

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]