#[repr(u8)]
pub enum PRSSEL_A {
    PRSCH0,
    PRSCH1,
    PRSCH2,
    PRSCH3,
    PRSCH4,
    PRSCH5,
    PRSCH6,
    PRSCH7,
    PRSCH8,
    PRSCH9,
    PRSCH10,
    PRSCH11,
}
Expand description

Single Sample PRS Trigger Select

Value on reset: 0

Variants

PRSCH0

0: PRS ch 0 triggers single sample

PRSCH1

1: PRS ch 1 triggers single sample

PRSCH2

2: PRS ch 2 triggers single sample

PRSCH3

3: PRS ch 3 triggers single sample

PRSCH4

4: PRS ch 4 triggers single sample

PRSCH5

5: PRS ch 5 triggers single sample

PRSCH6

6: PRS ch 6 triggers single sample

PRSCH7

7: PRS ch 7 triggers single sample

PRSCH8

8: PRS ch 8 triggers single sample

PRSCH9

9: PRS ch 9 triggers single sample

PRSCH10

10: PRS ch 10 triggers single sample

PRSCH11

11: PRS ch 11 triggers single sample

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.