[][src]Struct efr32xg1::idac0::ctrl::_APORTOUTSELW

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

Proxy

Methods

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

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

Writes variant to the field

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

APORT1X Channel 0

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

APORT1Y Channel 1

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

APORT1X Channel 2

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

APORT1Y Channel 3

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

APORT1X Channel 4

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

APORT1Y Channel 5

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

APORT1X Channel 6

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

APORT1Y Channel 7

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

APORT1X Channel 8

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

APORT1Y Channel 9

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

APORT1X Channel 10

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

APORT1Y Channel 11

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

APORT1X Channel 12

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

APORT1Y Channel 13

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

APORT1X Channel 14

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

APORT1Y Channel 15

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

APORT1X Channel 16

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

APORT1Y Channel 17

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

APORT1X Channel 18

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

APORT1Y Channel 19

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

APORT1X Channel 20

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

APORT1Y Channel 21

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

APORT1X Channel 22

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

APORT1Y Channel 23

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

APORT1X Channel 24

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

APORT1Y Channel 25

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

APORT1X Channel 26

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

APORT1Y Channel 27

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

APORT1X Channel 28

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

APORT1Y Channel 29

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

APORT1X Channel 30

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

APORT1Y Channel 31

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

Writes raw bits to the field

Auto Trait Implementations

impl<'a> Send for _APORTOUTSELW<'a>

impl<'a> Sync for _APORTOUTSELW<'a>

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]