Enum efr32x12p::vdac0::opa1_ctrl::PRSSELR [] [src]

pub enum PRSSELR {
    PRSCH0,
    PRSCH1,
    PRSCH2,
    PRSCH3,
    PRSCH4,
    PRSCH5,
    PRSCH6,
    PRSCH7,
    PRSCH8,
    PRSCH9,
    PRSCH10,
    PRSCH11,
    _Reserved(u8),
}

Possible values of the field PRSSEL

Variants

PRS ch 0 triggers OPA.

PRS ch 1 triggers OPA.

PRS ch 2 triggers OPA.

PRS ch 3 triggers OPA.

PRS ch 4 triggers OPA.

PRS ch 5 triggers OPA.

PRS ch 6 triggers OPA.

PRS ch 7 triggers OPA.

PRS ch 8 triggers OPA.

PRS ch 9 triggers OPA.

PRS ch 10 triggers OPA.

PRS ch 11 triggers OPA.

Reserved

Methods

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

Trait Implementations

impl Clone for PRSSELR
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for PRSSELR
[src]

impl Debug for PRSSELR
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for PRSSELR
[src]

[src]

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

[src]

This method tests for !=.