[][src]Struct efm32gg11b820::acmp1::extifctrl::_APORTSELW

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

Proxy

Methods

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

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

Writes variant to the field

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

APORT0X used. EXT_BASE = ACMP_INPUTSEL_POSSEL_APORT0XCH0.

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

APORT0Y used. EXT_BASE = ACMP_INPUTSEL_POSSEL_APORT0YCH0.

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

APORT1X used. EXT_BASE = ACMP_INPUTSEL_POSSEL_APORT1XCH0.

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

APORT1Y used. EXT_BASE = ACMP_INPUTSEL_POSSEL_APORT1XCH0.

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

APORT1X/Y used. EXT_BASE = ACMP_INPUTSEL_POSSEL_APORT1XCH0.

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

APORT2X used. EXT_BASE = ACMP_INPUTSEL_POSSEL_APORT2YCH0.

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

APORT2Y used. EXT_BASE = ACMP_INPUTSEL_POSSEL_APORT2YCH0.

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

APORT2Y/X used. EXT_BASE = ACMP_INPUTSEL_POSSEL_APORT2YCH0.

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

APORT3X used. EXT_BASE = ACMP_INPUTSEL_POSSEL_APORT3XCH0.

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

APORT3Y used. EXT_BASE = ACMP_INPUTSEL_POSSEL_APORT3XCH0.

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

APORT3X/Y used. EXT_BASE = ACMP_INPUTSEL_POSSEL_APORT3XCH0.

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

APORT4X used. EXT_BASE = ACMP_INPUTSEL_POSSEL_APORT4YCH0.

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

APORT4Y used. EXT_BASE = ACMP_INPUTSEL_POSSEL_APORT4YCH0.

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

APORT4Y/X used. EXT_BASE = ACMP_INPUTSEL_POSSEL_APORT4YCH0.

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

Writes raw bits to the field

Auto Trait Implementations

impl<'a> Send for _APORTSELW<'a>

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