Struct efm32gg990::gpio::pa_modeh::_MODE13W[][src]

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

Proxy

Methods

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

Writes variant to the field

Input disabled. Pullup if DOUT is set.

Input enabled. Filter if DOUT is set

Input enabled. DOUT determines pull direction

Input enabled with filter. DOUT determines pull direction

Push-pull output

Push-pull output with drive-strength set by DRIVEMODE

Wired-or output

Wired-or output with pull-down

Open-drain output

Open-drain output with filter

Open-drain output with pullup

Open-drain output with filter and pullup

Open-drain output with drive-strength set by DRIVEMODE

Open-drain output with filter and drive-strength set by DRIVEMODE

Open-drain output with pullup and drive-strength set by DRIVEMODE

Open-drain output with filter, pullup and drive-strength set by DRIVEMODE

Writes raw bits to the field

Auto Trait Implementations

impl<'a> Send for _MODE13W<'a>

impl<'a> Sync for _MODE13W<'a>