Enum efm32hg222f64::timer0::dtfc::DTPRS1FSELR [] [src]

pub enum DTPRS1FSELR {
    PRSCH0,
    PRSCH1,
    PRSCH2,
    PRSCH3,
    PRSCH4,
    PRSCH5,
    PRSCH6,
    PRSCH7,
}

Possible values of the field DTPRS1FSEL

Variants

PRS Channel 0 selected as fault source 1

PRS Channel 1 selected as fault source 1

PRS Channel 2 selected as fault source 1

PRS Channel 3 selected as fault source 1

PRS Channel 4 selected as fault source 1

PRS Channel 5 selected as fault source 1

PRS Channel 6 selected as fault source 1

PRS Channel 7 selected as fault source 1

Methods

impl DTPRS1FSELR
[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

Trait Implementations

impl Clone for DTPRS1FSELR
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for DTPRS1FSELR
[src]

impl Debug for DTPRS1FSELR
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for DTPRS1FSELR
[src]

[src]

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

1.0.0
[src]

This method tests for !=.