#[repr(u8)]
pub enum DTPRS0FSEL_A {
Show 16 variants PRSCH0, PRSCH1, PRSCH2, PRSCH3, PRSCH4, PRSCH5, PRSCH6, PRSCH7, PRSCH8, PRSCH9, PRSCH10, PRSCH11, PRSCH12, PRSCH13, PRSCH14, PRSCH15,
}
Expand description

DTI PRS Fault Source 0 Select

Value on reset: 0

Variants

PRSCH0

0: PRS Channel 0 selected as fault source 0

PRSCH1

1: PRS Channel 1 selected as fault source 1

PRSCH2

2: PRS Channel 2 selected as fault source 2

PRSCH3

3: PRS Channel 3 selected as fault source 3

PRSCH4

4: PRS Channel 4 selected as fault source 4

PRSCH5

5: PRS Channel 5 selected as fault source 5

PRSCH6

6: PRS Channel 6 selected as fault source 6

PRSCH7

7: PRS Channel 7 selected as fault source 7

PRSCH8

8: PRS Channel 8 selected as fault source 8

PRSCH9

9: PRS Channel 9 selected as fault source 9

PRSCH10

10: PRS Channel 10 selected as fault source 10

PRSCH11

11: PRS Channel 11 selected as fault source 11

PRSCH12

12: PRS Channel 12 selected as fault source 12

PRSCH13

13: PRS Channel 13 selected as fault source 13

PRSCH14

14: PRS Channel 14 selected as fault source 14

PRSCH15

15: PRS Channel 15 selected as fault source 15

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.