Enum efm32gg11b820::adc0::singlectrlx::PRSSELR [] [src]

pub enum PRSSELR {
    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 PRSSEL

Variants

PRS ch 0 triggers single channel

PRS ch 1 triggers single channel

PRS ch 2 triggers single channel

PRS ch 3 triggers single channel

PRS ch 4 triggers single channel

PRS ch 5 triggers single channel

PRS ch 6 triggers single channel

PRS ch 7 triggers single channel

PRS ch 8 triggers single channel

PRS ch 9 triggers single channel

PRS ch 10 triggers single channel

PRS ch 11 triggers single channel

PRS ch 12 triggers single channel

PRS ch 13 triggers single channel

PRS ch 14 triggers single channel

PRS ch 15 triggers single channel

PRS ch 16 triggers single channel

PRS ch 17 triggers single channel

PRS ch 18 triggers single channel

PRS ch 19 triggers single channel

PRS ch 20 triggers single channel

PRS ch 21 triggers single channel

PRS ch 22 triggers single channel

PRS ch 23 triggers single channel

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

[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 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. Read more

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 !=.

Auto Trait Implementations

impl Send for PRSSELR

impl Sync for PRSSELR