[][src]Enum efm32gg11b820::pcnt2::ctrl::TCCPRSSELW

pub enum TCCPRSSELW {
    PRSCH0,
    PRSCH1,
    PRSCH2,
    PRSCH3,
    PRSCH4,
    PRSCH5,
    PRSCH6,
    PRSCH7,
    PRSCH8,
    PRSCH9,
    PRSCH10,
    PRSCH11,
    PRSCH12,
    PRSCH13,
    PRSCH14,
    PRSCH15,
    PRSCH16,
    PRSCH17,
    PRSCH18,
    PRSCH19,
    PRSCH20,
    PRSCH21,
    PRSCH22,
    PRSCH23,
}

Values that can be written to the field TCCPRSSEL

Variants

PRSCH0

PRS Channel 0 selected.

PRSCH1

PRS Channel 1 selected.

PRSCH2

PRS Channel 2 selected.

PRSCH3

PRS Channel 3 selected.

PRSCH4

PRS Channel 4 selected.

PRSCH5

PRS Channel 5 selected.

PRSCH6

PRS Channel 6 selected.

PRSCH7

PRS Channel 7 selected.

PRSCH8

PRS Channel 8 selected.

PRSCH9

PRS Channel 9 selected.

PRSCH10

PRS Channel 10 selected.

PRSCH11

PRS Channel 11 selected.

PRSCH12

PRS Channel 12 selected.

PRSCH13

PRS Channel 13 selected.

PRSCH14

PRS Channel 14 selected.

PRSCH15

PRS Channel 15 selected.

PRSCH16

PRS Channel 16 selected.

PRSCH17

PRS Channel 17 selected.

PRSCH18

PRS Channel 18 selected.

PRSCH19

PRS Channel 19 selected.

PRSCH20

PRS Channel 20 selected.

PRSCH21

PRS Channel 21 selected.

PRSCH22

PRS Channel 22 selected.

PRSCH23

PRS Channel 23 selected.

Auto Trait Implementations

impl Send for TCCPRSSELW

impl Sync for TCCPRSSELW

Blanket Implementations

impl<T, U> TryFrom for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T> From for T[src]

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

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

The type returned in the event of a conversion error.

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Same for T

type Output = T

Should always be Self