#[repr(u8)]
pub enum SRC7_A {
    INPUT0,
    INPUT1,
    INPUT2,
    INPUT3,
    INPUT4,
    INPUT5,
    INPUT6,
    INPUT7,
}
Expand description

Selects the input source for bit slice 7

Value on reset: 0

Variants§

§

INPUT0

0: Input 0. Selects the pin selected in the PINTSEL0 register as the source to bit slice 7.

§

INPUT1

1: Input 1. Selects the pin selected in the PINTSEL1 register as the source to bit slice 7.

§

INPUT2

2: Input 2. Selects the pin selected in the PINTSEL2 register as the source to bit slice 7.

§

INPUT3

3: Input 3. Selects the pin selected in the PINTSEL3 register as the source to bit slice 7.

§

INPUT4

4: Input 4. Selects the pin selected in the PINTSEL4 register as the source to bit slice 7.

§

INPUT5

5: Input 5. Selects the pin selected in the PINTSEL5 register as the source to bit slice 7.

§

INPUT6

6: Input 6. Selects the pin selected in the PINTSEL6 register as the source to bit slice 7.

§

INPUT7

7: Input 7. Selects the pin selected in the PINTSEL7 register as the source to bit slice 7.

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 !=. 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.