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

Pin 1 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

Converts to this type from the input type.

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

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

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.