Enum efm32gg11b820::wtimer3::dtfc::DTPRS0FSELR [] [src]

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

Possible values of the field DTPRS0FSEL

Variants

PRS Channel 0 selected as fault source 0

PRS Channel 1 selected as fault source 1

PRS Channel 2 selected as fault source 2

PRS Channel 3 selected as fault source 3

PRS Channel 4 selected as fault source 4

PRS Channel 5 selected as fault source 5

PRS Channel 6 selected as fault source 6

PRS Channel 7 selected as fault source 7

PRS Channel 8 selected as fault source 8

PRS Channel 9 selected as fault source 9

PRS Channel 10 selected as fault source 10

PRS Channel 11 selected as fault source 11

PRS Channel 12 selected as fault source 12

PRS Channel 13 selected as fault source 13

PRS Channel 14 selected as fault source 14

PRS Channel 15 selected as fault source 15

PRS Channel 16 selected as fault source 16

PRS Channel 17 selected as fault source 17

PRS Channel 18 selected as fault source 18

PRS Channel 19 selected as fault source 19

PRS Channel 20 selected as fault source 20

PRS Channel 21 selected as fault source 21

PRS Channel 22 selected as fault source 22

PRS Channel 23 selected as fault source 23

Reserved

Methods

impl DTPRS0FSELR
[src]

[src]

Value of the field as raw bits

[src]

Checks if the value of the field is PRSCH0

[src]

Checks if the value of the field is PRSCH1

[src]

Checks if the value of the field is PRSCH2

[src]

Checks if the value of the field is PRSCH3

[src]

Checks if the value of the field is PRSCH4

[src]

Checks if the value of the field is PRSCH5

[src]

Checks if the value of the field is PRSCH6

[src]

Checks if the value of the field is PRSCH7

[src]

Checks if the value of the field is PRSCH8

[src]

Checks if the value of the field is PRSCH9

[src]

Checks if the value of the field is PRSCH10

[src]

Checks if the value of the field is PRSCH11

[src]

Checks if the value of the field is PRSCH12

[src]

Checks if the value of the field is PRSCH13

[src]

Checks if the value of the field is PRSCH14

[src]

Checks if the value of the field is PRSCH15

[src]

Checks if the value of the field is PRSCH16

[src]

Checks if the value of the field is PRSCH17

[src]

Checks if the value of the field is PRSCH18

[src]

Checks if the value of the field is PRSCH19

[src]

Checks if the value of the field is PRSCH20

[src]

Checks if the value of the field is PRSCH21

[src]

Checks if the value of the field is PRSCH22

[src]

Checks if the value of the field is PRSCH23

Trait Implementations

impl Clone for DTPRS0FSELR
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for DTPRS0FSELR
[src]

impl Debug for DTPRS0FSELR
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for DTPRS0FSELR
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]

This method tests for !=.