[][src]Struct efm32gg11b820::gpio::pc_model::_MODE0W

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

Proxy

Methods

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

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

Writes variant to the field

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

Input disabled. Pullup if DOUT is set.

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

Input enabled. Filter if DOUT is set

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

Input enabled. DOUT determines pull direction

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

Input enabled with filter. DOUT determines pull direction

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

Push-pull output

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

Push-pull using alternate control

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

Wired-or output

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

Wired-or output with pull-down

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

Open-drain output

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

Open-drain output with filter

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

Open-drain output with pullup

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

Open-drain output with filter and pullup

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

Open-drain output using alternate control

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

Open-drain output using alternate control with filter

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

Open-drain output using alternate control with pullup

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

Open-drain output using alternate control with filter and pullup

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

Writes raw bits to the field

Auto Trait Implementations

impl<'a> Send for _MODE0W<'a>

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