Enum efm32gg11b::gpio::ph_model::MODE5_A[][src]

#[repr(u8)]
pub enum MODE5_A {
Show variants DISABLED, INPUT, INPUTPULL, INPUTPULLFILTER, PUSHPULL, PUSHPULLALT, WIREDOR, WIREDORPULLDOWN, WIREDAND, WIREDANDFILTER, WIREDANDPULLUP, WIREDANDPULLUPFILTER, WIREDANDALT, WIREDANDALTFILTER, WIREDANDALTPULLUP, WIREDANDALTPULLUPFILTER,
}
Expand description

Pin 5 Mode

Value on reset: 0

Variants

DISABLED

0: Input disabled. Pullup if DOUT is set.

INPUT

1: Input enabled. Filter if DOUT is set

INPUTPULL

2: Input enabled. DOUT determines pull direction

INPUTPULLFILTER

3: Input enabled with filter. DOUT determines pull direction

PUSHPULL

4: Push-pull output

PUSHPULLALT

5: Push-pull using alternate control

WIREDOR

6: Wired-or output

WIREDORPULLDOWN

7: Wired-or output with pull-down

WIREDAND

8: Open-drain output

WIREDANDFILTER

9: Open-drain output with filter

WIREDANDPULLUP

10: Open-drain output with pullup

WIREDANDPULLUPFILTER

11: Open-drain output with filter and pullup

WIREDANDALT

12: Open-drain output using alternate control

WIREDANDALTFILTER

13: Open-drain output using alternate control with filter

WIREDANDALTPULLUP

14: Open-drain output using alternate control with pullup

WIREDANDALTPULLUPFILTER

15: Open-drain output using alternate control with filter and pullup

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Performs the conversion.

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

Should always be Self

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.