[][src]Struct efm32pg12_pac::csen::singlectrl::SINGLESEL_W

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

Write proxy for field SINGLESEL

Methods

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

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

Writes variant to the field

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

100000

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

100001

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

100010

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

100011

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

100100

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

100101

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

100110

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

100111

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

101000

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

101001

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

101010

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

101011

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

101100

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

101101

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

101110

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

101111

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

110000

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

110001

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

110010

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

110011

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

110100

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

110101

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

110110

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

110111

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

111000

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

111001

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

111010

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

111011

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

111100

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

111101

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

111110

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

111111

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

1100000

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

1100001

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

1100010

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

1100011

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

1100100

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

1100101

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

1100110

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

1100111

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

1101000

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

1101001

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

1101010

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

1101011

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

1101100

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

1101101

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

1101110

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

1101111

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

1110000

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

1110001

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

1110010

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

1110011

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

1110100

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

1110101

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

1110110

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

1110111

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

1111000

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

1111001

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

1111010

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

1111011

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

1111100

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

1111101

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

1111110

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

1111111

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

Writes raw bits to the field

Auto Trait Implementations

impl<'a> Send for SINGLESEL_W<'a>

impl<'a> !Sync for SINGLESEL_W<'a>

impl<'a> Unpin for SINGLESEL_W<'a>

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

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

impl<T> Same<T> for T

type Output = T

Should always be Self

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

type Error = Infallible

The type returned in the event of a conversion error.

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

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.