#[repr(u8)]
pub enum AFR13_A {
Show 16 variants Af0, Af1, Af2, Af3, Af4, Af5, Af6, Af7, Af8, Af9, Af10, Af11, Af12, Af13, Af14, Af15,
}
Expand description

3:0]: Alternate function selection for port x pin y (y = 8..15) These bits are written by software to configure alternate function I/Os

Value on reset: 0

Variants

Af0

0: AF0

Af1

1: AF1

Af2

2: AF2

Af3

3: AF3

Af4

4: AF4

Af5

5: AF5

Af6

6: AF6

Af7

7: AF7

Af8

8: AF8

Af9

9: AF9

Af10

10: AF10

Af11

11: AF11

Af12

12: AF12

Af13

13: AF13

Af14

14: AF14

Af15

15: AF15

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
This method tests for self and other values to be equal, and is used by ==. Read more
This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason. Read more

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.