[][src]Struct efm32pg12_pac::acmp0::inputsel::VASEL_W

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

Write proxy for field VASEL

Methods

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

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

Writes variant to the field

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

ACMPVDD

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

APORT2Y Channel 0

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

APORT2Y Channel 2

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

APORT2Y Channel 4

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

APORT2Y Channel 6

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

APORT2Y Channel 8

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

APORT2Y Channel 10

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

APORT2Y Channel 12

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

APORT2Y Channel 14

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

APORT2Y Channel 16

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

APORT2Y Channel 18

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

APORT2Y Channel 20

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

APORT2Y Channel 22

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

APORT2Y Channel 24

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

APORT2Y Channel 26

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

APORT2Y Channel 28

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

APORT2Y Channel 30

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 VASEL_W<'a>

impl<'a> Send for VASEL_W<'a>

impl<'a> !Sync for VASEL_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