#[repr(u8)]
pub enum TSEL_A {
Show 24 variants PRSCH0, PRSCH1, PRSCH2, PRSCH3, PRSCH4, PRSCH5, PRSCH6, PRSCH7, PRSCH8, PRSCH9, PRSCH10, PRSCH11, PRSCH12, PRSCH13, PRSCH14, PRSCH15, PRSCH16, PRSCH17, PRSCH18, PRSCH19, PRSCH20, PRSCH21, PRSCH22, PRSCH23,
}
Expand description

Trigger PRS Channel Select

Value on reset: 0

Variants§

§

PRSCH0

0: PRS Channel 0 selected

§

PRSCH1

1: PRS Channel 1 selected

§

PRSCH2

2: PRS Channel 2 selected

§

PRSCH3

3: PRS Channel 3 selected

§

PRSCH4

4: PRS Channel 4 selected

§

PRSCH5

5: PRS Channel 5 selected

§

PRSCH6

6: PRS Channel 6 selected

§

PRSCH7

7: PRS Channel 7 selected

§

PRSCH8

8: PRS Channel 8 selected

§

PRSCH9

9: PRS Channel 9 selected

§

PRSCH10

10: PRS Channel 10 selected

§

PRSCH11

11: PRS Channel 11 selected

§

PRSCH12

12: PRS Channel 12 selected

§

PRSCH13

13: PRS Channel 13 selected

§

PRSCH14

14: PRS Channel 14 selected

§

PRSCH15

15: PRS Channel 15 selected

§

PRSCH16

16: PRS Channel 16 selected

§

PRSCH17

17: PRS Channel 17 selected

§

PRSCH18

18: PRS Channel 18 selected

§

PRSCH19

19: PRS Channel 19 selected

§

PRSCH20

20: PRS Channel 20 selected

§

PRSCH21

21: PRS Channel 21 selected

§

PRSCH22

22: PRS Channel 22 selected

§

PRSCH23

23: PRS Channel 23 selected

Trait Implementations§

source§

impl Clone for TSEL_A

source§

fn clone(&self) -> TSEL_A

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for TSEL_A

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl From<TSEL_A> for u8

source§

fn from(variant: TSEL_A) -> Self

Converts to this type from the input type.
source§

impl PartialEq<TSEL_A> for TSEL_A

source§

fn eq(&self, other: &TSEL_A) -> bool

This method tests for self and other values to be equal, and is used by ==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
source§

impl Copy for TSEL_A

source§

impl Eq for TSEL_A

source§

impl StructuralEq for TSEL_A

source§

impl StructuralPartialEq for TSEL_A

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for Twhere T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for Twhere T: ?Sized,

const: unstable · source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for Twhere T: ?Sized,

const: unstable · source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> From<T> for T

const: unstable · source§

fn from(t: T) -> T

Returns the argument unchanged.

source§

impl<T, U> Into<U> for Twhere U: From<T>,

const: unstable · source§

fn into(self) -> U

Calls U::from(self).

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

source§

impl<T, U> TryFrom<U> for Twhere U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
const: unstable · source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for Twhere U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
const: unstable · source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.