[][src]Struct efm32pg12_pac::idac0::ctrl::APORTOUTSEL_W

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

Write proxy for field APORTOUTSEL

Methods

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

pub fn variant(self, variant: APORTOUTSEL_A) -> &'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> Unpin for APORTOUTSEL_W<'a>

impl<'a> Send for APORTOUTSEL_W<'a>

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

Blanket Implementations

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

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> Into<U> for T where
    U: From<T>, 
[src]

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.

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

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

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

impl<T> Same<T> for T

type Output = T

Should always be Self