[][src]Struct efm32gg11b820::wtimer2::cc1_ctrl::_PRSSELW

pub struct _PRSSELW<'a> { /* fields omitted */ }

Proxy

Methods

impl<'a> _PRSSELW<'a>[src]

pub fn variant(self, variant: PRSSELW) -> &'a mut W[src]

Writes variant to the field

pub fn prsch0(self) -> &'a mut W[src]

PRS Channel 0 selected as input

pub fn prsch1(self) -> &'a mut W[src]

PRS Channel 1 selected as input

pub fn prsch2(self) -> &'a mut W[src]

PRS Channel 2 selected as input

pub fn prsch3(self) -> &'a mut W[src]

PRS Channel 3 selected as input

pub fn prsch4(self) -> &'a mut W[src]

PRS Channel 4 selected as input

pub fn prsch5(self) -> &'a mut W[src]

PRS Channel 5 selected as input

pub fn prsch6(self) -> &'a mut W[src]

PRS Channel 6 selected as input

pub fn prsch7(self) -> &'a mut W[src]

PRS Channel 7 selected as input

pub fn prsch8(self) -> &'a mut W[src]

PRS Channel 8 selected as input

pub fn prsch9(self) -> &'a mut W[src]

PRS Channel 9 selected as input

pub fn prsch10(self) -> &'a mut W[src]

PRS Channel 10 selected as input

pub fn prsch11(self) -> &'a mut W[src]

PRS Channel 11 selected as input

pub fn prsch12(self) -> &'a mut W[src]

PRS Channel 12 selected as input

pub fn prsch13(self) -> &'a mut W[src]

PRS Channel 13 selected as input

pub fn prsch14(self) -> &'a mut W[src]

PRS Channel 14 selected as input

pub fn prsch15(self) -> &'a mut W[src]

PRS Channel 15 selected as input

pub fn prsch16(self) -> &'a mut W[src]

PRS Channel 16 selected as input

pub fn prsch17(self) -> &'a mut W[src]

PRS Channel 17 selected as input

pub fn prsch18(self) -> &'a mut W[src]

PRS Channel 18 selected as input

pub fn prsch19(self) -> &'a mut W[src]

PRS Channel 19 selected as input

pub fn prsch20(self) -> &'a mut W[src]

PRS Channel 20 selected as input

pub fn prsch21(self) -> &'a mut W[src]

PRS Channel 21 selected as input

pub fn prsch22(self) -> &'a mut W[src]

PRS Channel 22 selected as input

pub fn prsch23(self) -> &'a mut W[src]

PRS Channel 23 selected as input

pub unsafe fn bits(self, value: u8) -> &'a mut W[src]

Writes raw bits to the field

Auto Trait Implementations

impl<'a> Send for _PRSSELW<'a>

impl<'a> Sync for _PRSSELW<'a>

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